nvim: check for updates every 7 days instead of 1 hour
This commit is contained in:
parent
0afae2512a
commit
0c7ede586f
|
@ -22,5 +22,8 @@ require("lazy").setup({
|
|||
{ import = "my/plugins" },
|
||||
},
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
checker = {
|
||||
enabled = true,
|
||||
frequency = 604800, -- every 7 days
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user