Skip to content

Commit 0369278

Browse files
committed
fix: update state after running operation so the ui reflects any changes from cleaning
1 parent 1e2f527 commit 0369278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/lazy/manage/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ function M.run(ropts, opts)
4242
-- wait for post-install to finish
4343
runner:wait(function()
4444
vim.cmd([[do User LazyRender]])
45+
Plugin.update_state()
4546
end)
4647

4748
if opts.wait then

0 commit comments

Comments
 (0)