5 git jobs have timed out after git.timeout 400ms, disabling git integration. #2737
-
This prompt will appear when I open a large project. |
Beta Was this translation helpful? Give feedback.
Answered by
alex-courtis
Apr 2, 2024
Replies: 1 comment
-
See See https://github.com/nvim-tree/nvim-tree.lua/wiki/Troubleshooting#git-timeouts Run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yk0n9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See
:help nvim-tree.git.timeout
See https://github.com/nvim-tree/nvim-tree.lua/wiki/Troubleshooting#git-timeouts
Run
time git --no-optional-locks status --porcelain=v1 --ignored=matching -u
to see how long git itself takes. The elapsed total (last) is the key metric.