add surround and toggle nodes to nvim

This commit is contained in:
Alexander Navarro 2023-10-26 16:05:50 -03:00
parent d9e2c81e42
commit 02d6a5d5a0
5 changed files with 33 additions and 29 deletions

View file

@ -41,4 +41,9 @@ return {
end,
},
{ "nvim-treesitter/nvim-treesitter-context" },
{
"echasnovski/mini.surround",
version = "*",
event = "VeryLazy",
},
}