config-files/lua/plugins/surround.lua

10 lines
147 B
Lua
Raw Permalink Normal View History

2025-11-30 02:06:38 -08:00
return {
'kylechui/nvim-surround',
version = "*",
event = "VeryLazy",
config = function()
require("nvim-surround").setup({})
end,
}