codota / tabnine-nvim

Tabnine Client for Neovim
https://tabnine.com
342 stars 31 forks source link

fix(binary): Added support for Linux Arm #154

Closed RedFlame2112 closed 6 months ago

RedFlame2112 commented 6 months ago

Added an additional control path to the arch_and_platform() function that accounts for the recent Linux ARM path for reference ARM based distros like Fedora Asahi Remix. Might need some additional testing though with other ARM linux distributions besides Asahi as a reference (e.g. archlinux arm)

amirbilu commented 6 months ago

Hi @RedFlame2112 thanks for the contribution! Unfortunately Tabnine binary is not compiled for linux arm.. so this won't really work

aarondill commented 6 months ago

@amirbilu I'm happy to rebase and continue #82 (which would also fix #77) if you review it and give your feedback on the direction

amirbilu commented 3 months ago

hi @RedFlame2112 we're adding arm support soon. Will you be willing to test it?