✨ feat(nvim): added ultimate-autopairs extra
This commit is contained in:
parent
dfb99dd811
commit
cf84a9fb09
1 changed files with 12 additions and 0 deletions
12
.config/nvim/lua/plugins/extras/coding/ultimate-autopair.lua
Normal file
12
.config/nvim/lua/plugins/extras/coding/ultimate-autopair.lua
Normal 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,
|
||||
},
|
||||
}
|
Loading…
Add table
Reference in a new issue