Skip to content

Commit

Permalink
fix: sort by sortText/label again
Browse files Browse the repository at this point in the history
Related to #444
  • Loading branch information
Saghen committed Dec 11, 2024
1 parent 0dce350 commit 30705ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/blink/cmp/fuzzy/sort.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function sort.label(a, b)
elseif entry1_under < entry2_under then
return true
end
return a.label:lower() < b.label:lower()
end

return sort

0 comments on commit 30705ab

Please sign in to comment.