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

errors when writing anything that has something to do with completion #567

Closed
2 tasks done
khaled4vokalz opened this issue Dec 15, 2024 · 4 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@khaled4vokalz
Copy link

Make sure you have done the following

  • I have updated to the latest version of blink.cmp
  • I have read the README

Bug Description

Consistent error pops up when I try to write things in my files. Any type of file, go, sh, Dockerfile. It's the same error in all the file types.

image

Relevant configuration

return {
  "neovim/nvim-lspconfig",
  event = { "BufReadPre", "BufNewFile" },
  dependencies = {
    "saghen/blink.cmp",
    -- { "antosha417/nvim-lsp-file-operations", config = true },
  },
  config = function()
    ...
    local capabilities = require("blink.cmp").get_lsp_capabilities()
    ...
    for _, lsp in ipairs(servers) do
      lspconfig[lsp].setup({
        on_attach = on_attach,
        capabilities = capabilities,
      })
    end
    ...

  end
}

neovim version

NVIM v0.11.0-dev-139+ga18652ed6

blink.cmp version: branch, tag, or commit

version 0.7.6

@khaled4vokalz khaled4vokalz added the bug Something isn't working label Dec 15, 2024
@khaled4vokalz
Copy link
Author

probably, related to #42 , I'll try to re-install it as suggested there....

@khaled4vokalz
Copy link
Author

No, didn't work for me... Seems like it's the same for others as well #42 (comment)

khaled4vokalz pushed a commit to khaled4vokalz/dotfiles that referenced this issue Dec 15, 2024
- only this works for now
- Reported: Saghen/blink.cmp#567
@Saghen
Copy link
Owner

Saghen commented Dec 16, 2024

You need to update your neovim version as per #307

@Saghen Saghen closed this as not planned Won't fix, can't repro, duplicate, stale Dec 16, 2024
@khaled4vokalz
Copy link
Author

thanks, that fixed it 🚀

khaled4vokalz pushed a commit to khaled4vokalz/dotfiles that referenced this issue Dec 17, 2024
- the latest NVIM Nightly has the fix in it
- context:
Saghen/blink.cmp#567 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants