nvim: replace vim-surround by nvim-surround plugin
This commit is contained in:
parent
08ac03445b
commit
73c474c69a
@ -1,5 +1,4 @@
|
|||||||
return {
|
return {
|
||||||
'tpope/vim-surround',
|
|
||||||
'tpope/vim-repeat',
|
'tpope/vim-repeat',
|
||||||
'google/vim-searchindex',
|
'google/vim-searchindex',
|
||||||
'rbgrouleff/bclose.vim',
|
'rbgrouleff/bclose.vim',
|
||||||
@ -13,6 +12,14 @@ return {
|
|||||||
disable_in_macro = true,
|
disable_in_macro = true,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"kylechui/nvim-surround",
|
||||||
|
version = "*",
|
||||||
|
event = "VeryLazy",
|
||||||
|
config = function()
|
||||||
|
require("nvim-surround").setup()
|
||||||
|
end
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'windwp/nvim-ts-autotag',
|
'windwp/nvim-ts-autotag',
|
||||||
config = function()
|
config = function()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user