mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 09:23:02 +01:00
nvim: check for update only once a week
This commit is contained in:
parent
8772a3efb1
commit
164276cabc
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue