feat: packspec

This commit is contained in:
Folke Lemaitre 2024-06-18 19:40:58 +02:00
parent cd6a829343
commit c9d691ba49
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
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
--