plugins.blink-cmp.settings.fuzzy.sorts
Controls which sorts to use and in which order, these three are currently the only allowed options
Type: null or (list of (one of “label”, “sort_text”, “kind”, “score” or raw lua code)) or raw lua code
Default:
null
Plugin default:
[
"score"
"sort_text"
]
Declared by:
plugins.blink-cmp.settings.fuzzy.use_frecency
Tracks the most recently/frequently used items and boosts the score of the item.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.blink-cmp.settings.fuzzy.use_proximity
Boosts the score of items matching nearby words.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.blink-cmp.settings.fuzzy.use_typo_resistance
When enabled, allows for a number of typos relative to the length of the query. Disabling this matches the behavior of fzf.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.blink-cmp.settings.fuzzy.use_unsafe_no_lock
UNSAFE!! When enabled, disables the lock and fsync when writing to the frecency database. This should only be used on unsupported platforms (i.e. alpine termux).
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: