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

9 lines
191 B
Lua
Raw Normal View History

2023-03-13 15:56:50 -07:00
return {
"kylechui/nvim-surround",
config = function()
require("nvim-surround").setup({
-- Configuration here, or leave empty to use defaults
})
end
}