From dec836be728eeab04933360c24fe03ca884ad601 Mon Sep 17 00:00:00 2001 From: Bazaah Date: Sun, 1 Dec 2024 18:45:28 +0000 Subject: [PATCH] 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 --- nvim/lua/psoxizsh/entrypoint/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/psoxizsh/entrypoint/config.lua b/nvim/lua/psoxizsh/entrypoint/config.lua index 70058d0..c8e11e8 100644 --- a/nvim/lua/psoxizsh/entrypoint/config.lua +++ b/nvim/lua/psoxizsh/entrypoint/config.lua @@ -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 },