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

Backlist filetype #82

Closed vzytoi closed 3 years ago

vzytoi commented 3 years ago

Hello, i tried to backlist a file type using the following variable to disable autocomplete in telescope but it didn't work.

let g:ycm_filetype_blacklist = {
            \ 'TelescopePrompt': 1
            \ }

Tabnine: 3.5.5 Neovim: 0.5.0

Thanks.

vzytoi commented 3 years ago

I finally solved my problem, I'm sorry I didn't see that this problem had already been mentioned earlier : #76 It was enough to delete the 394th line of youcompleteteme.vim