-
Notifications
You must be signed in to change notification settings - Fork 1
bug: crashes neovim after latest update. #27
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
Thanks for the report. This person was having the same issue #20 (comment) and fixed it just by deleting the I wasn't able to reproduce this issue with Windows, Linux or a 2014 Macbook, so I guess it's arm macOS specific. It's somewhat hard for me to understand why it would now start breaking. I have run into crashes before with library loading, but that usually happened only when replacing the library while running. Maybe I broke that recently. |
I released a new version to revert the picker upgrade. Hopefully not too many people updated and bricked their neovims. |
Looks like blink.cmp had the exact same issues... Saghen/blink.cmp#68. MacOS seems to have a kernel caching thing that crashes the library if updated without a specific file renaming dance. |
nice, worked, thank you! |
Neovim version (nvim -v)
NVIM v0.11.0-dev-1917+g7371abf755
Operating system/version
MacOS 15.3.1
Describe the bug
After the latest update, this plugin crashes neovim.
This is my configuration using lazy. When I disable the plugin via
enabled = false
, neovim works again.Steps To Reproduce
Expected Behavior
Neovim should not crash.
The text was updated successfully, but these errors were encountered: