Skip to content

Commit 8c82d0b

Browse files
authored
fix: enable sort_text comparator by default (#2122)
1 parent 2c35020 commit 8c82d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/cmp/config/default.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ return function()
7373
compare.recently_used,
7474
compare.locality,
7575
compare.kind,
76-
-- compare.sort_text,
76+
compare.sort_text,
7777
compare.length,
7878
compare.order,
7979
},

0 commit comments

Comments
 (0)