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