Skip to content

Commit d086c93

Browse files
shimeokikhaneliman
authored andcommitted
fix(blink-cmp): "exact" fuzzy sort
1 parent b06bbe0 commit d086c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/by-name/blink-cmp/settings-options.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,14 +443,15 @@ in
443443
sorts =
444444
defaultNullOpts.mkListOf
445445
(types.enum [
446+
"exact"
446447
"label"
447448
"sort_text"
448449
"kind"
449450
"score"
450451
])
451452
[ "score" "sort_text" ]
452453
''
453-
Controls which sorts to use and in which order, these three are currently the only allowed options
454+
Controls which sorts to use and in which order, these five are currently the only allowed options
454455
'';
455456

456457
prebuilt_binaries = {

0 commit comments

Comments
 (0)