fix: update state after running operation so the ui reflects any changes from cleaning

This commit is contained in:
Folke Lemaitre 2022-11-30 23:06:26 +01:00
parent 1e2f5273bb
commit 0369278159
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -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