dotfiles/nvim/lua/config/lazy/81-surround.lua

6 lines
75 B
Lua

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