Exafunction / codeium.vim

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

can't start language_server_windows_x64.exe #66

Closed comiluv closed 1 year ago

comiluv commented 1 year ago
Error detected while processing function codeium#server#Start[30]..<SNR>70_ActuallyStart:
line   14:
E903: Process failed to start: unknown error: "C:\Users\choij/.codeium/bin/daf4912ada2a4934c00b8c5a321cec4998a15e70/language_server_windows_x64.exe"

is printed as soon as I start Neovim and the plugin doesn't work

Environment: Windows 11 neovim 0.8.3

comiluv commented 1 year ago

Running C:\Users\choij/.codeium/bin/daf4912ada2a4934c00b8c5a321cec4998a15e70/language_server_windows_x64.exe from the console gives me following error message:

The specified executable is not a valid application for this OS platform.At line:1 char:1
pqn commented 1 year ago

Are you on 32 bit or ARM Windows? We currently don't yet support those.

comiluv commented 1 year ago

I'm using 64bit Windows 11 22H2 22621.522

comiluv commented 1 year ago

Completey removing $HOME/.codeium/bin folder and letting the plugin reinstall language server solve the issue