Skip to content

Commit

Permalink
perf(lazy.nvim): reduce git timeout to 30s (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed May 10, 2024
1 parent f82b212 commit 5361d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/configs/folke/lazy-nvim/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vim.opt.rtp:prepend(lazypath)
local opts = {
root = stdpath_config .. "/lazy",
git = {
timeout = 60,
timeout = 30,
},
ui = {
size = {
Expand Down

0 comments on commit 5361d73

Please sign in to comment.