tzachar / compe-tabnine

TabNine source for hrsh7th/nvim-compe
BSD 3-Clause "New" or "Revised" License
52 stars 3 forks source link

Error with tabnine #15

Closed JoseConseco closed 3 years ago

JoseConseco commented 3 years ago

image I think it may be caused by setting: image I just want auto completion to show right after I press dot - to show eg. available class methods, without having to enter one or two character for popup to show.

tzachar commented 3 years ago

Having min_length set to 1 work for me with '.' Anyway, this should be fixed in 8fe21b5

JoseConseco commented 3 years ago

thanks it work now. I did not change compe settings except min_length, that is why I thought it was causing the mess...