9 lines
145 B
Lua
9 lines
145 B
Lua
return {
|
|
'kylechui/nvim-surround',
|
|
version = '*',
|
|
event = 'VeryLazy',
|
|
config = function()
|
|
require('nvim-surround').setup {}
|
|
end,
|
|
}
|