feat(nvim): added ultimate-autopairs extra

This commit is contained in:
Sergio Laín 2023-11-28 13:14:55 +01:00
parent dfb99dd811
commit cf84a9fb09
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -0,0 +1,12 @@
return {
{
"altermo/ultimate-autopair.nvim",
event = { "InsertEnter", "CmdlineEnter" },
branch = "v0.6", --recomended as each new version will have breaking changes
opts = {},
},
{
"echasnovski/mini.pairs",
enabled = false,
},
}