Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Sep 3, 2023
1 parent 71a7223 commit d3ead0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ require("nvim-paredit").setup({
-- This controls how nvim-paredit handles indentation when performing operations which
-- should change the indentation of the form (such as when slurping or barfing).
--
-- - "lsp" - It will use `vim.lsp.buf.format` with the range of changed text. This can
-- make the operation feel a bit slow/janky
--
-- - "none" - It will not attempt to change the indentation
indent_behaviour = "none", -- lsp, none
-- When set to true then it will attempt to fix the indentation of nodes operated on.
auto_indent = true,
-- A function that will be called after a slurp/barf if you want to provide a custom indentation
-- implementation.
indent_fn = nil,

-- list of default keybindings
keys = {
Expand Down

0 comments on commit d3ead0d

Please sign in to comment.