neovim: Update plugins
This commit is contained in:
parent
8af57fc937
commit
75b34221d9
2 changed files with 19 additions and 29 deletions
|
|
@ -63,14 +63,5 @@ return {
|
|||
enable_check_bracket_line = false,
|
||||
check_ts = true,
|
||||
},
|
||||
config = function(_plugin, opts)
|
||||
local npairs = require("nvim-autopairs")
|
||||
local conds = require("nvim-autopairs.conds")
|
||||
npairs.setup(opts)
|
||||
|
||||
-- Allow Lisp tick-quotes. The non-Rust rule happens to be the
|
||||
-- first one.
|
||||
npairs.get_rules("'")[1].not_filetypes = { "clojure", "lisp", "scheme" }
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue