-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
:PlugUpdate
/:PlugInstall
freezes NeoVim
#1295
Comments
Is this the first time you use vim-plug, or did this happen suddenly after using it for a while? |
I've been using the plugin for years. Nothing major that I can recall changed in my setup when the issue started occurring. |
I have the same bug when running
|
Hm... Your github access seems restricted. |
@Shougo I solved the problem with my internet provider, thanks!!! |
Found out that doing |
Basically running
:PlugUpdate
/:PlugInstall
hangs my NeoVim instance.:PlugClean
,:PlugStatus
and:PlugDiff
run fine. When NV hangs, the only way for me to get out of it is by killing the process. I’ve tried removing plugins and loading only one of them (rotating the one left, to avoid picking the offending one, if any) but the problem persists. I’ve tried building NeoVim from an older commit (all the way back to versions from ~6 months ago), but the problem is still there. Even runningnvim --headless -c ‘PlugUpdate’
makes the process freeze.The text was updated successfully, but these errors were encountered: