mine-hyprdots/nvim.bak/lua/config/plugins/qol/surround.lua

7 lines
183 B
Lua
Raw Normal View History

2025-02-23 00:38:43 +05:30
return {
"kylechui/nvim-surround",
event = { "BufReadPre", "BufNewFile" },
version = "*", -- Use for stability; omit to use `main` branch for the latest features
config = true,
}