diff --git a/README.md b/README.md index a6662ad..80cf9c3 100644 --- a/README.md +++ b/README.md @@ -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 = {