From 164276cabcef0d78ff19974073995b44adc9ce9e Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Sun, 25 Jan 2026 20:19:04 +0100 Subject: [PATCH] nvim: check for update only once a week --- nvim/lua/config/lazy.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 119d978..429b59a 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -18,9 +18,10 @@ require("lazy").setup({ -- import your plugins { import = "plugins" }, }, - -- automatically check for plugin updates + -- Check for plugin updates once a week checker = { enabled = true, + frequency = 3600 * 24 * 7, notify = false, }, -- disable luarocks