neovim plugin cleanup

This commit is contained in:
Alexander Navarro 2024-11-22 13:29:05 -03:00
parent ec617fabc2
commit 4a5a878a7f
9 changed files with 69 additions and 161 deletions

View file

@ -1,5 +1,6 @@
return {
"windwp/nvim-autopairs",
event = "InsertEnter",
config = true,
opts = {}, -- this is equalent to setup({}) function
}