SoloVim/lua/plugins/surround.lua
Kristofers Solo 06c3d0ad6e minor changes
2024-01-24 23:27:15 +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 = {},
}