Exafunction / codeium.vim

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

Feat: Add codeium_ls_binary option #292

Closed GaetanLepage closed 8 months ago

GaetanLepage commented 9 months ago

This patch adds an option which lets the user specify the path to the codeium language server binary. This can be very useful for users who have already installed codeium on their system and would like to use it from the codeium.vim plugin.

Note: There might be a better option name for this !

pqn commented 9 months ago

Another attempt at this feature used the name g:codeium_bin, but I defer to you to decide which is better.

GaetanLepage commented 8 months ago

Another attempt at this feature used the name g:codeium_bin, but I defer to you to decide which is better.

codeium_bin is fine to me. I changed to that