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