mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 05:38:38 +02:00
8 lines
122 B
Lua
8 lines
122 B
Lua
|
return {
|
||
|
"kylechui/nvim-surround",
|
||
|
version = "*",
|
||
|
config = function ()
|
||
|
require("nvim-surround").setup()
|
||
|
end
|
||
|
}
|