1
0
Fork 0

neovim: Update plugins

This commit is contained in:
Jeremy Kaplan 2023-08-02 11:29:27 -07:00
commit 75b34221d9
2 changed files with 19 additions and 29 deletions

View file

@ -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,
},
}