Files
dotfiles/vim/.vim/lua/plugins/surround.lua
Christian Nieves 315bbb3e65 stufffffff
2023-07-19 00:56:38 -05:00

11 lines
306 B
Lua

return {
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
config = function()
require("nvim-surround").setup({
-- Configuration here, or leave empty to use defaults
})
end
}