codota / tabnine-vim

Vim client for TabNine. https://vimawesome.com/plugin/tabnine-vim
https://www.tabnine.com/install/vim
GNU General Public License v3.0
671 stars 36 forks source link

Getting started #34

Closed horseinthesky closed 3 years ago

horseinthesky commented 5 years ago

I couldn't find any docs regarding how to get started.

I've installed this plugin via:

Plug 'zxqfl/tabnine-vim'

and it is doing absolutely nothing.

How to enable all these great completions from ads videos?

rebuilt commented 5 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"

Shougo commented 5 years ago

TabNine::version is not command. You need to write it in the buffer.

jaydorsey commented 5 years ago

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:

image

It is kind of a weird way to run it, because you just delete that line after you see it print it's info