tzachar / cmp-tabnine

TabNine plugin for hrsh7th/nvim-cmp
MIT License
286 stars 27 forks source link

Support custom TabNine binary #96

Closed JeanMertz closed 7 months ago

JeanMertz commented 1 year ago

Due to the usage of Nix for my plugin management (which enforces read-only fs access), I couldn't run install.sh. This new option allows me to install the actual TabNine Nix package and point cmp-tabnine to it.

tzachar commented 1 year ago

Looks good. Can you add some writeup to the readme saying the binary field is optional?

tzachar commented 1 year ago

Is this still relevant?