neoclide / coc-tabnine

Tabnine integration of coc.nvim
467 stars 18 forks source link

coc-tabnine error download on mac m2 's kali arm64 ( vmware ) #84

Open Eloco opened 1 year ago

Eloco commented 1 year ago

let g:coc_global_extensions = ['coc-html','coc-css','coc-tabnine',
\ 'coc-yaml','coc-vimtex','coc-tsserver', \ 'coc-markdownlint','coc-highlight', 'coc-pyright']

[coc.nvim] Download error Invalid response from https://update.tabnine.com/bundles/4.4.273/aarch64-unknown-linux-musl/TabNine.zip: 403

sfiedler0 commented 10 months ago

As you can see in dl_binaries.sh (TabNine was Codota earlier, so this is official), aarch64-unknown-linux-musl is not available. You could ask TabNine to provide this target, but coc-tabnine would have to implement too checking for the right architecture, not only for the right platform.