Chaged surrounder plugin

This commit is contained in:
2024-08-19 04:46:27 +04:00
parent d88de939be
commit 6fc26fbe2c

View File

@@ -1,3 +1,10 @@
return { return {
"tpope/vim-surround", "kylechui/nvim-surround",
version = "*",
event = "VeryLazy",
config = function()
require("nvim-surround").setup({
-- Configuration here, or leave empty to use defaults
})
end,
} }