-
Notifications
You must be signed in to change notification settings - Fork 139
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
Pressing C-Y to accept completions cause luv thread to fail #725
Comments
Even when I do this:
It still gives same error?? this is very strange |
I think I narrowed the issue down to be here https://github.com/Saghen/blink.cmp/blob/main/lua/blink/cmp/fuzzy/init.lua#L27 |
For now I'll just wrap it in a pcall |
Ok so I figured out the issue, ill make a pr that fixes this. Basically the issue is that |
Make sure you have done the following
blink.cmp
Bug Description
This is a strange one, I have the default settings apart from these overrides:
I am using a nix derivation which compiles "libblink_cmp_fuzzy.so" into
$HOME/.nix-profile/lib/libblink_cmp_fuzzy.so", I then add "$HOME/.nix-profile/lib/lib?.so" to my
package.cpath`. This seems to work great and I get the completion pop ups on the latest version fine.The only problem is when I hit
<C-y>
to accept a completion I get the following error without any trace:This behaviour I can observer on neovim 0.10.2 but also on nightly 0.11.0-dev (I switched to see if it is upstream issue that is already fixed).
Not sure why it errors on not finding
package.preload
field as that is the first step in a chain that luarequire
uses, it is not uncommon forpackage.preload
to be nil, right...Relevant configuration
neovim version
v0.11.0-dev
blink.cmp
version: branch, tag, or commitv0.8.1
The text was updated successfully, but these errors were encountered: