This commit is contained in:
foozzi 2024-02-04 17:53:55 -05:00
parent 46ad5bb028
commit 283354847b
3 changed files with 23 additions and 24 deletions

View file

@ -1,6 +1,5 @@
local config = function()
local npairs = require("nvim-autopairs")
-- npairs.remove_rule('"""')
require("nvim-autopairs").setup({})
end
return {