-
Notifications
You must be signed in to change notification settings - Fork 140
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
Neovim crash on autocomplete suggestion initiation #754
Comments
I have the same issue and reproduced with versions 0.8.1 and 0.8.0. And indeed, the issue is fixed after deleting the local share blink folder. |
Same here, but deleting UPD: deleting |
Duplicate of #68 If someone could share a zip of their |
In most cases, running |
Make sure you have done the following
blink.cmp
Bug Description
I was running into an issue where whenever blink autocomplete would start, the entire neovim program would crash. This persisted through uninstalling and reinstalling neovim, and stripping down neovim plugins to only the stock plugins (now containing blink) from the LazyVim distribution that I use. That distribution is set to lazy load blink on insert enter, and when I would start typing characters I was able to type 1-3 characters before the program would crash.
I was able to recover by finding and deleting both the blink mongodb files and all the files in the lazy install path, then re-installing everything.
Unfortunately I'm not sure how to reproduce this state, and the crashes produced no error logs, but hopefully this can at minimum be a data point for a future resolution. Thanks for your work on this!
Relevant configuration
No response
neovim version
NVIM v0.10.3 Build type: Release LuaJIT 2.1.1734355927
blink.cmp
version: branch, tag, or commitv0.8.2
The text was updated successfully, but these errors were encountered: