dotfiles/.config/nvim/lua/plugins/extras/coding/ultimate-autopair.lua
2023-11-28 13:14:55 +01:00

12 lines
261 B
Lua

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,
},
}