We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's my config (excerpt from init.vim):
init.vim
call deoplete#custom#var('tabnine', { \ 'line_limit': 500, \ 'max_num_results': 6, \ })
Yet, the result is clearly > 6:
The text was updated successfully, but these errors were encountered:
On a second thought, maybe there should be a separate config for semantic results? Not sure...
Sorry, something went wrong.
Reproduced. But it seems tabnine's problem(feature). It should be reported in tabnine side. https://github.com/codota/TabNine/issues
No branches or pull requests
Here's my config (excerpt from
init.vim
):Yet, the result is clearly > 6:
The text was updated successfully, but these errors were encountered: