Skip to content

Commit

Permalink
config(nvim): add throttle lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jul 24, 2024
1 parent 15a1260 commit 75a6005
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,9 @@ require("lazy").setup({
rocks = {
enabled = false,
},
throttle = {
enabled = true,
},
git = {
-- Seconds
cooldown = 5 * 60,
Expand Down

0 comments on commit 75a6005

Please sign in to comment.