Exafunction / codeium.el

Free, ultrafast Copilot alternative for Emacs
https://www.codeium.com
MIT License
412 stars 13 forks source link

Detect language server and architecture #1

Closed fortenforge closed 1 year ago

fortenforge commented 1 year ago

Use uname to detect the operating system and architecture and then download the appropriate language server binary.

(I've never written lisp before, so there could be bugs, but this works for me).