We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2f527 commit 0369278Copy full SHA for 0369278
lua/lazy/manage/init.lua
@@ -42,6 +42,7 @@ function M.run(ropts, opts)
42
-- wait for post-install to finish
43
runner:wait(function()
44
vim.cmd([[do User LazyRender]])
45
+ Plugin.update_state()
46
end)
47
48
if opts.wait then
0 commit comments