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,
},
} |
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.
All reactions