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

Asyncomplete support #10

Closed squareduck closed 3 years ago

squareduck commented 5 years ago

Hi, thanks for this awesome completion plugin! I enjoy using it and it's very helpful, but unfortunately it does not fit into my workflow. I use asyncomplete, because its fast and provides lots of features (such as lsp completion support).

Please consider implementing Asyncomplete-compatible vim plugin: https://github.com/prabirshrestha/asyncomplete.vim#using-existing-vim-plugin-sources

I would probably do it myself, but redistributing your binaries and keeping them up to date feels a bit wrong to do from outside.

zxqfl commented 5 years ago

Hi @squareduck, since you expressed potential interest in writing a client, you could take a look at the guide. (The binary manages its own updates so you don't need to keep it up to date yourself.)

I will keep your suggestion in mind and consider implementing asyncomplete support in the future.

prabirshrestha commented 4 years ago

Haven't tried it but you can find it at https://github.com/kitagry/asyncomplete-tabnine.vim

I have updated README.md in asyncomplete.vim.