feat(checker): only report an update once and do a fast update check after each manage operation

This commit is contained in:
Folke Lemaitre 2022-12-13 10:07:36 +01:00
parent f24c055fe9
commit 2a7466abad
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 10 additions and 3 deletions

View file

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