change autopairs plugin

closes #6
This commit is contained in:
Alexander Navarro 2024-01-26 17:15:34 -03:00
parent 6544c201d6
commit 014b631646
4 changed files with 10 additions and 11 deletions

View file

@ -1,5 +1,5 @@
return {
"echasnovski/mini.pairs",
event = "VeryLazy",
opts = {},
"windwp/nvim-autopairs",
event = "InsertEnter",
opts = {}, -- this is equalent to setup({}) function
}