-
Notifications
You must be signed in to change notification settings - Fork 97
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
When updating Coq, Opening a New NVim Instance Freezes #653
Comments
After killing Coq, I get this in Neovim:
|
Can be reliably reproduced by deleting |
I have encountered this too (on NixOS/Nix also), I have killed the python process via Not sure it is that helpful, because of asyncio Full stack trace, with system libraries
And with Python system libraries elided (probably more helpful)
|
I've just uninstalled coq and I'm using nvim without any completion now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After I update Neovim/Coq via Nix, the Coq daemon starts and gets stuck in an uninterruptible sleep state and freezes the editor on the next launch. Killing the offending daemon (ps + kill) makes the editor work again. Quitting the editor and relaunching has Coq working normally.
The text was updated successfully, but these errors were encountered: