SoloVim/lua/plugins/surround.lua
2024-01-24 21:28:12 +02:00

6 lines
73 B
Lua

return {
"kylechui/nvim-surround",
event = "VeryLazy",
opts = true,
}