Replies: 1 comment
-
providers = {
snippets = {
min_keyword_length = 2,
score_offset = 10,
should_show_items = function(ctx)
return ctx.trigger.initial_kind ~= 'trigger_character' and not require('blink.cmp').snippet_active()
end,
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sharpchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Snippets are generally not needed when completing a snippet.
Beta Was this translation helpful? Give feedback.
All reactions