Skip to content
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

Failed to run config using default config #134

Open
Slepzs opened this issue Oct 18, 2024 · 2 comments
Open

Failed to run config using default config #134

Slepzs opened this issue Oct 18, 2024 · 2 comments

Comments

@Slepzs
Copy link

Slepzs commented Oct 18, 2024

{
"saghen/blink.cmp",
opts = {
highlight = {
use_nvim_cmp_as_default = true,
},
-- experimental auto-brackets support
accept = { auto_brackets = { enabled = true } },

  -- experimental signature help support
  trigger = { signature_help = { enabled = true } },
},

},

image
@chrisgrieser
Copy link

chrisgrieser commented Oct 18, 2024

you need to add version = 'v0.*', since only the tagged versions contain the binary needed for blink.cmp. If you leave it out, you will have to build the binary itself, as documented in the readme.

Nonetheless, I suppose there could be a proper error message for this case, since I also stumbled upon this one when I first tried out blink.cmp

@Saghen
Copy link
Owner

Saghen commented Oct 18, 2024

Chris's comment is correct as well but this specific error seems to come from running an unsupported neovim version. Try running nvim --version to confirm that you're on v0.10.0+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants