-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: proxy timeout #258
Comments
This is too specific. Won't add anything special for that. |
Why I ran into this is specific but there could be other reasons that would cause a clone to hang. Requiring waiting for the timeout with no option to cancel seems silly. |
You can just lower the timeout |
|
|
You can now press |
Thanks! Works great. |
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.9.0-dev-3dadd3aca
Operating system/version
MacOS 12.6.2
Describe the bug
When a proxy is set and it can't be reached the cloning of plugins on startup will hang for whatever the git timeout value is set to before failing. There is no way to cancel the operation or exit nvim until the timeout occurs.
Steps To Reproduce
Expected Behavior
A
q
mapping to cancel the clone prior to the timeout.Repro
The text was updated successfully, but these errors were encountered: