fix(blink-cmp): "exact" fuzzy sort

This commit is contained in:
shimeoki 2025-08-12 14:47:49 +03:00 committed by Austin Horstman
parent b06bbe0cfa
commit d086c93de9

View file

@ -443,6 +443,7 @@ in
sorts = sorts =
defaultNullOpts.mkListOf defaultNullOpts.mkListOf
(types.enum [ (types.enum [
"exact"
"label" "label"
"sort_text" "sort_text"
"kind" "kind"
@ -450,7 +451,7 @@ in
]) ])
[ "score" "sort_text" ] [ "score" "sort_text" ]
'' ''
Controls which sorts to use and in which order, these three are currently the only allowed options Controls which sorts to use and in which order, these five are currently the only allowed options
''; '';
prebuilt_binaries = { prebuilt_binaries = {