Exafunction / codeium.vim

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

Arm Mac install windows server in default #260

Open FulanXisen opened 1 year ago

FulanXisen commented 1 year 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 11 months ago

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

jorgechato commented 1 week ago

Same for me:

$ uname
╭──────────────────┬───────────────────────────────────────────────────────────────────────────────────────────────╮
│ kernel-name      │ Darwin                                                                                        │
│ nodename         │ xxx.local                                                                                     │
│ kernel-release   │ 24.1.0                                                                                        │
│ machine          │ arm64                                                                                         │
│ operating-system │ Darwin                                                                                        │
╰──────────────────┴───────────────────────────────────────────────────────────────────────────────────────────────╯

nvim version works as expected but I'm looking for the ghosting suggestions available in the vim version.

jorgechato commented 1 week ago

I just saw the virtual_text option. I'll migrate to nvim since it's more suitable for my needs