feat: packspec

This commit is contained in:
Folke Lemaitre 2024-06-18 19:40:58 +02:00
parent 4ea9fe0600
commit c2eff4961b
6 changed files with 190 additions and 2 deletions

View file

@ -92,6 +92,7 @@ function M.install(opts)
}, opts):wait(function()
require("lazy.manage.lock").update()
require("lazy.help").update()
require("lazy.core.packspec").update()
end)
end
@ -116,6 +117,7 @@ function M.update(opts)
}, opts):wait(function()
require("lazy.manage.lock").update()
require("lazy.help").update()
require("lazy.core.packspec").update()
end)
end
--