mirror of https://github.com/folke/lazy.nvim.git
fix(clean): update lockfile on clean (#88)
This commit is contained in:
parent
63418e8932
commit
dd9648f8ec
|
@ -153,7 +153,9 @@ function M.clean(opts)
|
||||||
return M.run({
|
return M.run({
|
||||||
pipeline = { "fs.clean" },
|
pipeline = { "fs.clean" },
|
||||||
plugins = Config.to_clean,
|
plugins = Config.to_clean,
|
||||||
}, opts)
|
}, opts):wait(function()
|
||||||
|
require("lazy.manage.lock").update()
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.clear()
|
function M.clear()
|
||||||
|
|
Loading…
Reference in New Issue