added surround.nvim

This commit is contained in:
Gabe Venberg 2023-11-08 11:23:05 -06:00
parent 0a1a107a9f
commit a29e8d657b

View file

@ -312,7 +312,7 @@ require('lazy').setup({
'chentoast/marks.nvim',
config = true
},
'sitiom/nvim-numbertoggle',
{ 'sitiom/nvim-numbertoggle', },
{
'numToStr/Comment.nvim',
config = true,
@ -327,7 +327,13 @@ require('lazy').setup({
max_join_length = 256,
}
},
"jbyuki/venn.nvim",
{
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
config = true,
},
{ "jbyuki/venn.nvim", },
--colorscheme
{