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
When settingmin_keyword_length to any value that isn't 0 (In my case i set it to 3). show_on_trigger_character stops working. There is no error it just start waits for me to type 3 characters before showing me the completions. Imo, it should ignore min_keyword_length.
Saghen
changed the title
min_keyword_length breaks show_on_trigger_character
Ignore min_keyword_length on trigger character and manual show
Dec 19, 2024
Saghen
added
feature
New feature or request
trigger
Module which decides when to show windows
sources
Specific source provider or the system as a whole
and removed
bug
Something isn't working
labels
Dec 19, 2024
Make sure you have done the following
blink.cmp
Bug Description
When setting
min_keyword_length
to any value that isn't0
(In my case i set it to3
).show_on_trigger_character
stops working. There is no error it just start waits for me to type3
characters before showing me the completions. Imo, it should ignoremin_keyword_length
.Relevant configuration
neovim version
NVIM v0.10.2
blink.cmp
version: branch, tag, or commitmain
The text was updated successfully, but these errors were encountered: