plugins.blink-cmp.settings.completion.keyword.exclude_from_prefix_regex
After matching with regex, any characters matching this regex at the prefix will be excluded.
Type: null or string or raw lua code
Default:
null
Plugin default: "-"
Declared by:
plugins.blink-cmp.settings.completion.keyword.range
"prefix"
will fuzzy match on the text before the cursor"full"
will fuzzy match on the text before and after the cursor
Example: "foo_|_bar"
will match "foo_"
for "prefix"
and "foo__bar"
for "full"
.
Type: null or one of “prefix”, “full” or raw lua code
Default:
null
Plugin default: "prefix"
Declared by:
plugins.blink-cmp.settings.completion.keyword.regex
Regex used to get the text when fuzzy matching.
Type: null or string or raw lua code
Default:
null
Plugin default: "[-_]\\|\\k"
Declared by: