mirror of
https://github.com/zoriya/flake.git
synced 2025-12-19 04:55:22 +00:00
11 lines
143 B
Lua
11 lines
143 B
Lua
return {
|
|
{
|
|
"nvim-surround",
|
|
lazy = false,
|
|
load = function() end,
|
|
after = function()
|
|
require("nvim-surround").setup({})
|
|
end,
|
|
}
|
|
}
|