kickstart.nvim/lua/custom/plugins/nvim-surround.lua

7 lines
70 B
Lua

return {
{
'kylechui/nvim-surround',
opts = { config = {} }
}
}