1
0
Fork 0
neovim-config/lua/plugins/surround.lua

11 lines
155 B
Lua
Raw Normal View History

2024-09-19 12:58:41 -03:00
return {
{
"kylechui/nvim-surround",
event = "VeryLazy",
config = function()
require("nvim-surround").setup({
})
end
}
}