codeium.vim
codeium.vim copied to clipboard
Error detected whilte processing function codeium#Compelete
I am in neovim and windows 11. I get this error when I start typing:
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' }
},
codeium#Complete is a vimscript function and is from codeium.vim, not codeium.nvim
Thanks for pointing out that out, I'll transfer the issue to that repo.