Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

max_num_results is not honored when semantic completion is on #47

Open
wallace11 opened this issue May 13, 2020 · 2 comments
Open

max_num_results is not honored when semantic completion is on #47

wallace11 opened this issue May 13, 2020 · 2 comments

Comments

@wallace11
Copy link

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 wallace11 changed the title max_num_results is not honored max_num_results is not honored when semantic completion is on May 13, 2020
@wallace11
Copy link
Author

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

@Shougo
Copy link
Contributor

Shougo commented May 13, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants