Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

termux install problem #78

Open
BoltLi opened this issue Mar 5, 2022 · 3 comments
Open

termux install problem #78

BoltLi opened this issue Mar 5, 2022 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@BoltLi
Copy link

BoltLi commented Mar 5, 2022

[coc.nvim] Error on activate extension coc-tabnine: Sorry, the platfor
m 'android' is not supported by Tab
Nine. Press ENTER or type command to cont
inue

@BoltLi
Copy link
Author

BoltLi commented Mar 5, 2022

@chemzqm is there any way to support termux?

@chemzqm chemzqm added the help wanted Extra attention is needed label Mar 5, 2022
@chemzqm
Copy link
Member

chemzqm commented Mar 5, 2022

Don't know, help needed

@sfiedler0
Copy link

sfiedler0 commented Oct 29, 2022

You can see in https://github.com/codota/TabNine/blob/master/dl_binaries.sh that Android is not supported by tabnine. Then it's clear that coc-tabnine also doesn't work.
Perhaps cloud-completions may work, but then coc-tabnine has to ask the user if he wants to enable cloud completions. I think about something like this (pseudo-code):

check for a tabnine binary supported on this device
if there is a tabnine binary supported on this device:
  automatically select this tabnine binary
else:
  ask user for automatically activated cloud-completions
  if user prompts "yes":
    continue installation process only with clound-completions
  else:
    abort the installation process because there is no working binary

coc-tabnine may also use wine and execute a windows tabnine binary.

But I don't know how difficult this is…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants