config(nvim): add throttle lazy

See https://github.com/folke/lazy.nvim/issues/1635
main
sudo pacman -Syu 2024-07-24 13:05:45 +07:00
parent 15a12602a5
commit 75a6005b4b
1 changed files with 3 additions and 0 deletions

View File

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