You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the plugin to the latest version before submitting this issue
I have searched the existing issues of lazydev.nvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.11.0-dev-1028+g6dad1f9f1
Operating system/version
MacOS 15.1.1
Describe the bug
It seems we have a bug in the README about blink's installation.
Installing blink as suggested here got me some errors.
Then checking blink's repo I found out we need to specify a version.
Following what's suggested in blink's repo, this solved the error for me:
{ -- optional blink completion source for require statements and module annotations"saghen/blink.cmp",
version='v0.*',
...
Steps To Reproduce
Trying installing blink without providing a version returns this error:
ErrorErrorexecutingvim.scheduleluacallback: .../.local/share/nvim/lazy/blink.cmp/lua/blink/cmp/init.lua:9: Errorwhiledownloadingblink.cmppre-builtbinary: Can't download from github due to not being on a git tag and no fuzzy.prebuilt_binaries.force_version set, but found no built version of the library. Either run `cargo build --release` via your package manager, switch to a git tag, or set `fuzzy.prebuilt_binaries.force_version` in config. See the README for more info.
Expected Behavior
No error while installing lazydev's dep.
Repro
Idonthaveaminimalcreatedforthis.
The text was updated successfully, but these errors were encountered:
You of course always install a plugin by reading it's docs.
That snippet of lazydev works perfectly fine if you also followed the blink installation docs.
With lazy, property merging that's not an issue
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.11.0-dev-1028+g6dad1f9f1
Operating system/version
MacOS 15.1.1
Describe the bug
It seems we have a bug in the README about blink's installation.
Installing blink as suggested here got me some errors.
Then checking blink's repo I found out we need to specify a version.
Following what's suggested in blink's repo, this solved the error for me:
Steps To Reproduce
Expected Behavior
No error while installing lazydev's dep.
Repro
The text was updated successfully, but these errors were encountered: