Exafunction / codeium.vim

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

Error with starting codeium in neovim [windows] #191

Open encleine opened 11 months ago

encleine commented 11 months 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 11 months ago

Are you on ARM by any chance?

encleine commented 11 months ago

Are you on ARM by any chance?

no. just a x64 system on a windows 10

tw-luo commented 6 months ago

I'm having the same issue

tw-luo commented 6 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 5 months ago

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

I'm having the same issue