Exafunction / codeium.vim

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

Feat: add codeium_os and codeium_arch options #341

Closed Bleksak closed 3 months ago

Bleksak commented 3 months ago

Calling system("uname") twice on startup is very slow, instead let us set the os and arch options manually, and call system() only when needed

This will also help neovim users as they can use vim.uv.os_uname() function which executes much faster.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.