replace nvim surround with mini surround

This commit is contained in:
2024-12-24 11:15:50 +02:00
parent 8bf693ba29
commit b6471168fb
3 changed files with 9 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
return {
'echasnovski/mini.surround',
version = '*',
config = function ()
require('mini.surround').setup()
end
}

View File

@@ -1,10 +0,0 @@
return {
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
config = function()
require("nvim-surround").setup({
-- Configuration here, or leave empty to use defaults
})
end
}