1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

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

(cherry picked from commit d086c93de9)
This commit is contained in:
shimeoki 2025-08-12 14:47:49 +03:00 committed by Gaétan Lepage
parent 76e558c281
commit 249d109fa8

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 = {