feat: added support for plugin packages by lazy, rockspec and packspec

This commit is contained in:
Folke Lemaitre 2024-06-18 21:54:54 +02:00
parent 2d4f2cb507
commit 1e0ab0574e
11 changed files with 281 additions and 171 deletions

View file

@ -93,7 +93,7 @@ function M.install(opts)
}, opts):wait(function()
require("lazy.manage.lock").update()
require("lazy.help").update()
require("lazy.core.packspec").update()
require("lazy.pkg").update()
end)
end
@ -119,7 +119,7 @@ function M.update(opts)
}, opts):wait(function()
require("lazy.manage.lock").update()
require("lazy.help").update()
require("lazy.core.packspec").update()
require("lazy.pkg").update()
end)
end
--