You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use should_show_items option in snippets provider config to hide snippets when completion menu is triggered by trigger character or manually (config below). So it works ok until I type second character after triggering completion menu. As seen in debug log, ctx.trigger.initial_kind unexpectedly changes from 'trigger_character' or 'manual' to 'keyword', thus showing snippets.
Make sure you have done the following
blink.cmp
Bug Description
I use
should_show_items
option in snippets provider config to hide snippets when completion menu is triggered by trigger character or manually (config below). So it works ok until I type second character after triggering completion menu. As seen in debug log,ctx.trigger.initial_kind
unexpectedly changes from'trigger_character'
or'manual'
to'keyword'
, thus showing snippets.demo.mp4
Relevant configuration
neovim version
v0.10.3
blink.cmp
version: branch, tag, or commitv0.8.2
The text was updated successfully, but these errors were encountered: