nvim/psoxizsh: disable annoying plugin updates notification

we still do the check, so that :Lazy will provide accurate status
information, but prevent the notice popup on startup
This commit is contained in:
Paul Stemmet 2024-12-01 18:45:28 +00:00
parent 97c0ec6d82
commit dec836be72
Signed by: Paul Stemmet
GPG key ID: EDEA539F594E7E75

View file

@ -42,6 +42,7 @@ local defaults = function()
},
checker = {
enabled = true,
notify = false,
concurrency = math.max(vim.uv.available_parallelism() - 2, 2),
frequency = 60 * 60 * 8, -- 8 hours
},