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 = "plugins" },
|
||||
},
|
||||
-- automatically check for plugin updates
|
||||
-- Check for plugin updates once a week
|
||||
checker = {
|
||||
enabled = true,
|
||||
frequency = 3600 * 24 * 7,
|
||||
notify = false,
|
||||
},
|
||||
-- disable luarocks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue