mine-hyprdots/nvim/lua/config/plugins/qol/surround.lua
2025-02-23 00:38:43 +05:30

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,
}