mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-22 06:16:46 +00:00
feat: packspec
This commit is contained in:
parent
cd6a829343
commit
c9d691ba49
6 changed files with 190 additions and 2 deletions
|
@ -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
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue