config(nvim): cool down update plugin

See https://github.com/folke/lazy.nvim/issues/1656
main
sudo pacman -Syu 2024-07-24 12:58:21 +07:00
parent a7b5251543
commit 15a12602a5
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,7 @@ https://brandur.org/fragments.atom
https://daniel.haxx.se/blog/feed/
https://drewdevault.com/blog/index.xml
https://jvns.ca/atom.xml
https://matthewstrom.com/feed.xml
https://michael.stapelberg.ch/feed.xml
https://mitchellh.com/feed.xml
https://research.swtch.com/feed.atom

View File

@ -679,4 +679,8 @@ require("lazy").setup({
rocks = {
enabled = false,
},
git = {
-- Seconds
cooldown = 5 * 60,
},
})