Added nvim-surround plugin
This commit is contained in:
parent
58bda62205
commit
73533cf6b1
1 changed files with 25 additions and 17 deletions
|
@ -32,6 +32,14 @@ return {
|
|||
'RainbowMultiDelim',
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
"kylechui/nvim-surround",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("nvim-surround").setup()
|
||||
end
|
||||
}
|
||||
-- {
|
||||
-- "nvim-treesitter/nvim-treesitter",
|
||||
-- opts = {
|
||||
|
|
Loading…
Reference in a new issue