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

fix filetype blacklist being ignored #76

Closed michaelb closed 3 years ago

michaelb commented 3 years ago

Why this change is necessary and useful

[Please explain in detail why the changes in this PR are needed.]

Fix #75 basically restore the short-circuited (for no reason? need testing, works fine on my machine ) filetype blacklist

rockerBOO commented 3 years ago

This fixes a lot for me, currently works fine. I would have completion inside bt=prompt and was quite frustrating, specifically in nvim-telescope.

bilucodota commented 3 years ago

Closing this as we've rebased Tabnine on top of latest YCM