codeium.vim icon indicating copy to clipboard operation
codeium.vim copied to clipboard

Error detected whilte processing function codeium#Compelete

Open mohamadiarch opened this issue 2 years ago • 2 comments

I am in neovim and windows 11. I get this error when I start typing: Screenshot 2023-12-19 180151

I install it with lazy then add it to sourses in cmp. This is a section of my config:

  sources = {
    { name = "nvim_lsp" },
    { name = "nvim_lua" },
    { name = "luasnip" },
    { name = "buffer" },
    { name = "path" },
    { name = "codeium" },
    { name = 'emmet_vim' }
  },

mohamadiarch avatar Dec 19 '23 14:12 mohamadiarch

codeium#Complete is a vimscript function and is from codeium.vim, not codeium.nvim

milanglacier avatar Dec 20 '23 22:12 milanglacier

Thanks for pointing out that out, I'll transfer the issue to that repo.

pqn avatar Dec 20 '23 22:12 pqn