mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-15 07:02:58 +02:00
fix(blink-cmp): "exact" fuzzy sort
This commit is contained in:
parent
b06bbe0cfa
commit
d086c93de9
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue