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

Conflict with existing autocompletion #87

Closed gzqx closed 3 years ago

gzqx commented 3 years ago

please complete the following information:
Not quite related Issue Details: The plugin now works as overwriting the entire completion pop up panel, which is different from normal vim autocompletion plugin behaves. Normally they add their completion choices with other plugin. The way it works now makes plugin like https://github.com/SirVer/ultisnips not workable.

gz#4430