-
Notifications
You must be signed in to change notification settings - Fork 17
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
Default rank is to high #5
Comments
I set the rank that high because it got annoying to be all the way below the LanguageClient suggestions. I'm open to discussion about what the "right" default rank would be. |
That makes sense, and like I mentioned, it's customizable. I found that having 8-10 tabnine suggestions above my ternJS ones was unusable. Maybe all you need is a helpfile that mentions how to customize the sort? |
when i use |
I also stumbled onto this problem here, though I'm actually not sure about the solution. Especially in combination with the quite good Documentation on customization here could definitely help. What I'll try and feels right is
Perhaps a lower rank |
I guess there is still no solution? Which Vim client are you using for Tabnine in 2023? (although deoplete-tabnine really works great!) |
You can use ddc.vim instead. |
Cmp-tabnine |
self.rank = 1000
is listed in the examples:That is what is used for this plugin. However, the default is 100:
This puts tabnine above everything else. You can override this with:
However, it would probably be preferable to use the default sort, as having tabnine above everything else, especially as it creates a lot of suggestions, can get cumbersome.
The text was updated successfully, but these errors were encountered: