tzachar / cmp-tabnine

TabNine plugin for hrsh7th/nvim-cmp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue on startup

katulevskiy opened this issue · comments

cmp-tabnine: Cannot find installed TabNine. Please run install.sh

I use astronvim with lua config, so there might be errors in the config.
I also install all the plugins using PackerSync.
As for the install.sh, it was created by plugin in directory .vim/plugged/completion-tabnine/install.sh

When I run it, here is the output:
./install.sh

  • rm TabNine
    ++ curl -sS https://update.tabnine.com/version
  • version=3.2.28
  • case $(uname -s) in
    ++ uname -s
  • platform=apple-darwin
    ++ uname -m
  • triple=arm64-apple-darwin
    ++ dirname ./install.sh
  • cd .
  • path=3.2.28/arm64-apple-darwin/TabNine
  • [[ -f binaries/3.2.28/arm64-apple-darwin/TabNine ]]
    ++ uname -s
  • [[ -e binaries/TabNine_Darwin ]]
    ++ uname -s
  • ln -sf 3.2.28/arm64-apple-darwin/TabNine binaries/TabNine_Darwin
  • exit

When I open any file in nvim after that, the error stays in place.

init.lua.zip

Here is my init.lua file

You are not using this plugin.
You are using https://github.com/aca/completion-tabnine
Please open an issue there.