mirror of https://github.com/folke/lazy.nvim.git
fix: update state after running operation so the ui reflects any changes from cleaning
This commit is contained in:
parent
1e2f5273bb
commit
0369278159
|
@ -42,6 +42,7 @@ function M.run(ropts, opts)
|
||||||
-- wait for post-install to finish
|
-- wait for post-install to finish
|
||||||
runner:wait(function()
|
runner:wait(function()
|
||||||
vim.cmd([[do User LazyRender]])
|
vim.cmd([[do User LazyRender]])
|
||||||
|
Plugin.update_state()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
if opts.wait then
|
if opts.wait then
|
||||||
|
|
Loading…
Reference in New Issue