We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06bbe0 commit d086c93Copy full SHA for d086c93
plugins/by-name/blink-cmp/settings-options.nix
@@ -443,14 +443,15 @@ in
443
sorts =
444
defaultNullOpts.mkListOf
445
(types.enum [
446
+ "exact"
447
"label"
448
"sort_text"
449
"kind"
450
"score"
451
])
452
[ "score" "sort_text" ]
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
455
'';
456
457
prebuilt_binaries = {
0 commit comments