fix(checker): dont report updates on install during startup

This commit is contained in:
Folke Lemaitre 2022-12-23 07:43:58 +01:00
parent 7b9b476a62
commit 8251c23c90
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 7 additions and 3 deletions

View file

@ -43,7 +43,7 @@ function M.run(ropts, opts)
runner:wait(function()
vim.cmd([[do User LazyRender]])
Plugin.update_state()
require("lazy.manage.checker").fast_check()
require("lazy.manage.checker").fast_check({ report = false })
end)
if opts.wait then