10 lines
155 B
Lua
10 lines
155 B
Lua
return {
|
|
{
|
|
"kylechui/nvim-surround",
|
|
event = "VeryLazy",
|
|
config = function()
|
|
require("nvim-surround").setup({
|
|
})
|
|
end
|
|
}
|
|
}
|