feat(nvim): Replace mini.pairs with autopairs

This commit is contained in:
js0ny 2025-03-05 01:30:49 +00:00
parent 32713a2b8f
commit 6f3665bf47
3 changed files with 27 additions and 9 deletions

View file

@ -16,11 +16,7 @@ return {
"js0ny/vim-visual-multi-colemak-hnei",
-- "mg979/vim-visual-multi",
},
{
"echasnovski/mini.pairs",
version = false,
opts = {},
},
{ import = "plugins.mod.autopairs" },
{
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features