mine-hyprdots/nvim.bak/lua/config/plugins/qol/surround.lua
2025-06-10 00:40:16 -04:00

6 lines
183 B
Lua

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