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 your plugins
{ import = "plugins" }, { import = "plugins" },
}, },
-- automatically check for plugin updates -- Check for plugin updates once a week
checker = { checker = {
enabled = true, enabled = true,
frequency = 3600 * 24 * 7,
notify = false, notify = false,
}, },
-- disable luarocks -- disable luarocks