Skip to content

Commit

Permalink
fix: update state after running operation so the ui reflects any chan…
Browse files Browse the repository at this point in the history
…ges from cleaning
  • Loading branch information
folke committed Nov 30, 2022
1 parent 1e2f527 commit 0369278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/manage/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function M.run(ropts, opts)
-- wait for post-install to finish
runner:wait(function()
vim.cmd([[do User LazyRender]])
Plugin.update_state()
end)

if opts.wait then
Expand Down

0 comments on commit 0369278

Please sign in to comment.