-
Notifications
You must be signed in to change notification settings - Fork 38
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
Plugin regularly (but unpredictably) crashes neovim #64
Comments
I have the same problem with NVIM v0.3.8, but it works well when using VIM. |
Confirming the issue in NVIM, v0.4.3, but VIM 8.2 runs fine. Only running from console, $TERM=tmux-256color |
Do any of you happen to use YouCompleteMe? Update: the following fixes it for me: let g:ycm_filetype_blacklist['peekaboo'] = 1 |
I'm still having problem with this. The above solution did not work since the format was wrong.
|
Neovim is hanging consistently for me every time I press I saw this after pressing
|
I'm using nvim v0.4.3 (also tested with git master), and with this plugin enabled, pressing
"
often (but not always) causes neovim to completely lock up. If I'm using the QT GUI, the mouse cursor changes to busy, and the application completely freezes. It doesn't respond to any keypresses or mouse clicks, and usually has to be killed withSIGKILL
, asSIGTERM
doesn't seem to do anything either.The text was updated successfully, but these errors were encountered: