feat: add mini.surround

This commit is contained in:
Devin Haska 2025-06-26 13:48:35 -07:00
parent bd92011a88
commit 4e3fe9ef9b
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0
3 changed files with 6 additions and 3 deletions

View file

@ -12,6 +12,7 @@ return {
},
completion = { documentation = { auto_show = true } },
},
opts_extend = { "sources.default" },
},
-- {
-- "hrsh7th/nvim-cmp",

View file

@ -1,6 +1,8 @@
return {
{
"tpope/vim-surround",
"echasnovski/mini.surround",
version = "*",
opts = {},
},
{
"echasnovski/mini.pairs",