Exafunction / codeium.vim

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

Add new variable g:codeium_bin #268

Closed hiszd closed 8 months ago

hiszd commented 10 months ago

This variable allows the user to specify the location of the Codeium language server bin. This way if the user compiles it themselves, or uses a package manager to install a bin then they can specify the location instead of the plugin managing it itself.

let g:codeium_bin = "/usr/bin/codeium_language_server"
pqn commented 8 months ago

Superseded by #292