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