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