Exafunction / codeium.vim

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

Arm Mac install windows server in default #260

Open FulanXisen opened 11 months ago

FulanXisen commented 11 months ago

My neovim is ➜ file ~/tools/nvim/bin/nvim tools/nvim/bin/nvim: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64] tools/nvim/bin/nvim (for architecture x86_64): Mach-O 64-bit executable x86_64 tools/nvim/bin/nvim (for architecture arm64): Mach-O 64-bit executable arm64

But I got ~/.codeium ➜ tree . └── bin └── 39080e89780bea461f7a46e6dc1026d80a3a353a └── language_server_windows_x64.exe

Why it happend? How to solve it?

pqn commented 9 months ago

What do uname and uname -m produce on your system?