Exafunction / codeium.vim

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

Error with starting codeium in neovim [windows] #191

Open encleine opened 1 year ago

encleine commented 1 year ago

I downloaded codeium using lazy.vim like how the docs recommend but I get the following error whenever it starts

Error detected while processing function codeium#server#Start[36]..<SNR>46_ActuallyStart:
line   16:
E903: Process failed to start: unknown error: "C:\...\Roaming/.codeium/bin/[bunch a numbers]/language_server_windows_x64.exe"

problem seems to be with the .exe but I couldn't find anyone with a similar problem online deleting the .codeium folder and the plugin then reinstalling the plugin didn't help either

pqn commented 1 year ago

Are you on ARM by any chance?

encleine commented 1 year ago

Are you on ARM by any chance?

no. just a x64 system on a windows 10

tw-luo commented 10 months ago

I'm having the same issue

tw-luo commented 10 months ago

Here is the information about my processor and operating system:

Processor:12th Gen Intel(R) Core(TM) i9-12900HX 2.30 GHz System type: 64-bit operating system, x64-based processor System:Windows 11

tw-luo commented 10 months ago

I solved this problem because Windows Defender had shut down the server.

I'm having the same issue

wjt0018 commented 2 months ago

I had the same issue as well with Neovim on Windows 10. I tried a manual install and then it worked.