my-config/nvim/lua/plugins/surround.lua

7 lines
174 B
Lua
Raw Normal View History

2024-08-20 12:58:27 +00:00
return {
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
config = true
}