mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(config): properly handle uis connecting after startup
This commit is contained in:
parent
457e65eec8
commit
5ed89b5a0d
4 changed files with 28 additions and 26 deletions
|
@ -65,7 +65,7 @@ function M.report(notify)
|
|||
end
|
||||
end
|
||||
end
|
||||
if #lines > 0 and notify and Config.options.checker.notify then
|
||||
if #lines > 0 and notify and Config.options.checker.notify and not Config.headless() then
|
||||
table.insert(lines, 1, "# Plugin Updates")
|
||||
Util.info(lines)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue