nvim/lua/custom/plugins/surround.lua

7 lines
91 B
Lua
Raw Permalink Normal View History

2024-01-06 18:34:56 -03:00
return {
"kylechui/nvim-surround",
version = "*",
event = "VeryLazy",
opts = {},
}