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

Support for ALE? #105

Closed robacarp closed 2 years ago

robacarp commented 2 years ago

I'm actually not sure if ALE provides the LSP hooks tabnine needs. I was able to switch from ALE over to coc, but my experience with coc hasn't been wonderful. If ALE can do it, the best feature of ALE is that it doesn't need a plugin for most languages, it just looks to see what the native tooling for the language is and uses that if it's there. Perhaps a tabnine integration would be lightweight as a result.

gz#10885

bilucodota commented 2 years ago

Hi @robacarp Thanks for reaching out.

Bot ALE and Tabnine are integrated with Deoplete. I haven't tested it myself, but this could possibly meet your needs?

bilucodota commented 2 years ago

Marking this as closed for now. Let me know if you have further questions.