nvim: check for update only once a week

This commit is contained in:
Benedikt Heine 2026-01-25 20:19:04 +01:00 committed by Felix Buehler
parent 8772a3efb1
commit 164276cabc

View file

@ -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