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

10 lines
155 B
Lua

return {
{
"kylechui/nvim-surround",
event = "VeryLazy",
config = function()
require("nvim-surround").setup({
})
end
}
}