tzachar / compe-tabnine

TabNine source for hrsh7th/nvim-compe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

xeho91 opened this issue · comments

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?

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