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:
parent
97c0ec6d82
commit
dec836be72
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue