Skip to content

Commit 870f9a5

Browse files
committed
lazy: replace vim-surround with nvim-surround
1 parent 0d7c20e commit 870f9a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lua/plugins/surround.lua

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
return { "tpope/vim-surround" }
1+
return {
2+
"kylechui/nvim-surround",
3+
version = "*",
4+
event = "VeryLazy",
5+
config = true,
6+
}

0 commit comments

Comments
 (0)