9 lines
191 B
Lua
9 lines
191 B
Lua
|
|
return {
|
||
|
|
"kylechui/nvim-surround",
|
||
|
|
config = function()
|
||
|
|
require("nvim-surround").setup({
|
||
|
|
-- Configuration here, or leave empty to use defaults
|
||
|
|
})
|
||
|
|
end
|
||
|
|
}
|