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 =
defaultNullOpts.mkListOf
(types.enum [
"exact"
"label"
"sort_text"
"kind"
@ -450,7 +451,7 @@ in
])
[ "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 = {