mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 12:20:45 +04:00
9 lines
122 B
Lua
9 lines
122 B
Lua
return {
|
|
{
|
|
"kylechui/nvim-surround",
|
|
config = function()
|
|
require("nvim-surround").setup()
|
|
end
|
|
},
|
|
}
|