Added nvim-surround plugin

This commit is contained in:
Ivan Golikov 2025-01-03 09:15:29 +01:00
parent 58bda62205
commit 73533cf6b1

View file

@ -32,6 +32,14 @@ return {
'RainbowMultiDelim', 'RainbowMultiDelim',
}, },
}, },
{
"kylechui/nvim-surround",
event = "VeryLazy",
config = function()
require("nvim-surround").setup()
end
}
-- { -- {
-- "nvim-treesitter/nvim-treesitter", -- "nvim-treesitter/nvim-treesitter",
-- opts = { -- opts = {