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

7 lines
174 B
Lua
Raw Normal View History

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