added surround.nvim
This commit is contained in:
parent
0a1a107a9f
commit
a29e8d657b
|
@ -312,7 +312,7 @@ require('lazy').setup({
|
||||||
'chentoast/marks.nvim',
|
'chentoast/marks.nvim',
|
||||||
config = true
|
config = true
|
||||||
},
|
},
|
||||||
'sitiom/nvim-numbertoggle',
|
{ 'sitiom/nvim-numbertoggle', },
|
||||||
{
|
{
|
||||||
'numToStr/Comment.nvim',
|
'numToStr/Comment.nvim',
|
||||||
config = true,
|
config = true,
|
||||||
|
@ -327,7 +327,13 @@ require('lazy').setup({
|
||||||
max_join_length = 256,
|
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
|
--colorscheme
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue