-
Notifications
You must be signed in to change notification settings - Fork 233
Neovim crashes after updating #68
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
Comments
@ccidral does this still happen on the latest release v0.3.0? |
Yes, I just updated from v0.2.0 to v0.3.0, the problem persists. I'd like to add a few more details that I just noticed. Neovim crashes when I enter insert mode and then press any character (not just If there's any other information I can provide, please let me know, I'm happy to help. |
Same issue, can confirm - entering |
Does reinstalling the plugin solve the issue for you? |
Oh boy, yep that solved it - could've tried that myself, sorry for the spam & thanks for the swift reply! |
It does! Thank you, why didn't I think of that before? |
Np! It sounds like there's an issue with the update logic so I'll keep this open until I can pin it down |
@Saghen i just had this issue as well, uninstalling and reinstalling resolved the issue as suggested above, i hadn't updated in a while and the issue did occur immediately after updating all plugins.
|
If anyone finds a way to reliably reproduce this issue, please lmk! |
@Saghen Perhaps one way to reproduce it would be to install an older version and then upgrade it to a version that we know causes the issue, for example from v0.2.0 to v0.2.1:
I haven't tested this procedure but it kind of mimics the steps I took that led to the problem. I hope this helps. |
I had this issue as well:
My version of Reinstalling did fix it. Before it broke I tried to manually clone this repo in the plugin location ( |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as duplicate.
This comment was marked as duplicate.
I see this error (nightly neovim build):
Removed Running I ended up compiling
This seemed to work as |
@danielpost Thanks! Do you mind providing the working |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Same issue twice after updating. Weirdly rebooting the machine fixed it for me. MacBook Air M1, latest OS. |
@Saghen for me reinstalling did the trick, here's a zip of the plugin when it wasn't working: blink.cmp.zip. |
This comment was marked as duplicate.
This comment was marked as duplicate.
@olrtg Can you send the zip of the plugin now that it's working as well? I'd like to diff the two |
@Saghen sure thing! here's the working version blink.cmp.zip. |
Removing the
|
both reboot or re-download fix the issue, and the crash report says
maybe it's something to do with https://developer.apple.com/documentation/security/updating-mac-software |
@BillGoldenWater You my friend, are a hero |
Got today this same issue. Reinstalling blink fixed it |
@jcstange which version do you update to? could you please post your crash report?
|
Note
Solution is to reinstall the plugin by running
rm -rf ~/.local/share/nvim/lazy/blink.cmp
I was using v0.2.0, it was working fine until I updated to v0.2.1. After the update whenever I enter insert mode and then type
.
to get autocompletion, it crashes Neovim. Here's my configuration before the update:It stops crashing when I downgrade to v0.2.0 by setting
version
tov0.2.0
and then perform a Lazy update.Some environment info:
Operating system: MacOS Sequoia 15.0
Not sure if you need more information to help debugging, please let me know.
The text was updated successfully, but these errors were encountered: