Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
3.73k stars 127 forks source link

"Error: Failed to Execute 'function codeium#server#Start' #213

Open redzrush101 opened 10 months ago

redzrush101 commented 10 months ago

Issue

Error Code when launching nvim:

Error detected while processing function codeium#server#Start[36]..47_ActuallyStart: line 16: E903: Process failed to start: no such file or directory: "/home/yassin/.codeium/bin/e829be464 31d9d5c061068a9b704357be77f6617/language_server_linux_x64"

(yes the directory does exist with the file)

.
/home/yassin/.codeium
.
`-- bin
    `-- e829be46431d9d5c061068a9b704357be77f6617
        `-- language_server_linux_x64

3 directories, 1 file

I tried resetting my nvim config with removing directories: ~/.local/share/nvim, ~/.codeium, and ~/local/state/nvim. (didnt work)

Configuration

Here is my complete Neovim configuration: Neovim Configuration.

socherbyc commented 10 months ago

Same error here:

socherbyc commented 10 months ago

I'm using NixOS and my issue has something to do with https://github.com/Exafunction/codeium.vim/pull/149

socherbyc commented 10 months ago

It would be great to have a way to encapsulate the binary in a custom command (for NixOS, steam-run <binary-path> ...).

I'll try to create a patch to do it for vimPlugins.codeium-vim, but I've never done it, so it'll take a while.