SoloVim/lua/plugins/surround.lua
2024-03-24 11:35:27 +02:00

7 lines
159 B
Lua

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