mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(nvim): Replace mini.pairs with autopairs
This commit is contained in:
parent
32713a2b8f
commit
6f3665bf47
3 changed files with 27 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue