Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim

Home Page:https://codeium.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arm Mac install windows server in default

FulanXisen opened this issue · comments

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?

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