mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-05 23:36:35 +00:00
fix(clean): update lockfile on clean (#88)
This commit is contained in:
parent
63418e8932
commit
dd9648f8ec
1 changed files with 3 additions and 1 deletions
|
@ -153,7 +153,9 @@ function M.clean(opts)
|
|||
return M.run({
|
||||
pipeline = { "fs.clean" },
|
||||
plugins = Config.to_clean,
|
||||
}, opts)
|
||||
}, opts):wait(function()
|
||||
require("lazy.manage.lock").update()
|
||||
end)
|
||||
end
|
||||
|
||||
function M.clear()
|
||||
|
|
Loading…
Add table
Reference in a new issue