tbodt / deoplete-tabnine

Deoplete source for TabNine
256 stars 17 forks source link

max_num_results is not honored when semantic completion is on #47

Open wallace11 opened 4 years ago

wallace11 commented 4 years ago

Here's my config (excerpt from init.vim):

call deoplete#custom#var('tabnine', {
    \ 'line_limit': 500,
    \ 'max_num_results': 6,
    \ })

Yet, the result is clearly > 6: output

wallace11 commented 4 years ago

On a second thought, maybe there should be a separate config for semantic results? Not sure...

Shougo commented 4 years ago

Reproduced. But it seems tabnine's problem(feature). It should be reported in tabnine side. https://github.com/codota/TabNine/issues