tzachar / compe-tabnine

TabNine source for hrsh7th/nvim-compe
BSD 3-Clause "New" or "Revised" License
52 stars 3 forks source link

How to set priority for "Snippets" from "nvim_lsp" source? #24

Closed xeho91 closed 3 years ago

xeho91 commented 3 years ago

Hi!

Thank you for your amazing plugin. This one is a real game-changer with speed and performance!

I am trying to configure the "priority" for Snippets only from nvim_lsp source, so they will always be at the very top of my available completion list. I want it to take precedence over other available completions from nvim_lsp such as Keyword, Text, etc.?

How can I achieve it?

EXTRA: I am also using compe-tabnine, and I want the aforementioned Snippets only to take higher priority than TabNine suggestions. Is it possible?

xeho91 commented 3 years ago

Apologies, I made the issue in the wrong repository. The link to track the reply to this issue on nvim-compe #359.