From f54e2e2b886ff09a8070403a297285523f6b34be Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Tue, 24 Oct 2023 16:21:15 +0100 Subject: [PATCH] Only check for updates once per week --- lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 891b190..2c309a7 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -27,7 +27,7 @@ require("lazy").setup({ -- version = "*", -- try installing the latest stable version for plugins that support semver }, install = { colorscheme = { "tokyonight", "habamax" } }, - checker = { enabled = true }, -- automatically check for plugin updates + checker = { enabled = true, frequency = 604800 }, -- automatically check for plugin updates performance = { rtp = { -- disable some rtp plugins