Skip to content

Commit 75a6005

Browse files
committed
config(nvim): add throttle lazy
See folke/lazy.nvim#1635
1 parent 15a1260 commit 75a6005

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/nvim/init.lua

+3
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,9 @@ require("lazy").setup({
679679
rocks = {
680680
enabled = false,
681681
},
682+
throttle = {
683+
enabled = true,
684+
},
682685
git = {
683686
-- Seconds
684687
cooldown = 5 * 60,

0 commit comments

Comments
 (0)