How to specify the priority of a source? #733
Unanswered
UtkarshVerma
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
opts_extend
for myblink.cmp
config. When I add support for LuaSnip in another file like so:This works but since
sources.default
is appended to the list,luasnip
gets the least priority. Is there a way I can specify the priority of the luasnip source here without having to copy the entire list?In a gist, I want something like
group_index
from nvim-cmp.Beta Was this translation helpful? Give feedback.
All reactions