Closed horseinthesky closed 3 years ago
Same. I have also been unsuccessful in getting it to run. I've tried installing with Vundle and without. When I try to call TabNine::version in vim I get the error: "Not an editor command: TabNine::version"
TabNine::version is not command. You need to write it in the buffer.
I'm also using vim-plug. I did notice that I needed to run the command :PlugInstall
and wait a bit for it to finish installing (maybe there's an after-hook that downloads tabnine?)
After that, it seemed to work without any other settings/setup/configuration
@rebuilt You need to write it in a buffer somewhere as shougo noted, it's not a command.
Correct way, just as regular text on a buffer:
It is kind of a weird way to run it, because you just delete that line after you see it print it's info
I couldn't find any docs regarding how to get started.
I've installed this plugin via:
and it is doing absolutely nothing.
How to enable all these great completions from ads videos?