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
669 stars 36 forks source link

Tabnine with Vim's native autocompletion #114

Open ndvo opened 2 years ago

ndvo commented 2 years ago

please complete the following information:

Issue Details: Is there a way to run Tabnine with Vim's default autocompletion?

I enjoy Vim's several different completion modes because often I do only want to complete with a variable I've just written or something from a dictionary for the project. I also enjoy the completion suggestion on demand instead of automatically suggesting. Of course, I like to limit the number of plugins and I'd prefer a basic Tabnine plugin that simply offers an additional completion method for me to add into Vim's native completion than having to install a completion tool just to be able to use Tabnine.

gz#16695