tzachar/compe-tabnine

Could you add a matching items of settings ?

PHSix opened this issue · 2 comments

PHSix commented

I found that in this plugin you set the number of matching items to 20, but when I use tabnine, I don't need so many matching items, because it affects me to select the LSP completions.

Check d717a95
you can now configure it via :

let g:compe.source.tabnine = {}                                                                                                                                               
let g:compe.source.tabnine.max_line = 1000                                                                                                                                    
let g:compe.source.tabnine.max_num_results = 6              
PHSix commented

Check d717a95
you can now configure it via :

let g:compe.source.tabnine = {}                                                                                                                                               
let g:compe.source.tabnine.max_line = 1000                                                                                                                                    
let g:compe.source.tabnine.max_num_results = 6              

ok. Thanks!