Files
dotfiles/nvim/lua/kickstart/plugins/surround.lua

12 lines
398 B
Lua

return {
"kylechui/nvim-surround",
version = "^4.0.0", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
-- Optional: See `:h nvim-surround.configuration` and `:h nvim-surround.setup` for details
-- config = function()
-- require("nvim-surround").setup({
-- -- Put your configuration here
-- })
-- end
}