.dotfiles/global/.config/nvim/lua/plugins/surround.lua
2024-01-30 16:27:14 -05:00

5 lines
147 B
Lua

return {
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
}