nvim-config/.config/nvim/lua/plugins/surround.lua
2024-10-21 11:08:26 +03:00

6 lines
174 B
Lua

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