Use default sorting in cmp
This commit is contained in:
parent
e3a6774b76
commit
aa7bc38af6
@ -87,8 +87,8 @@ cmp.setup({
|
||||
comparators = {
|
||||
cmp.config.compare.offset,
|
||||
cmp.config.compare.exact,
|
||||
cmp.config.compare.recently_used,
|
||||
require("clangd_extensions.cmp_scores"),
|
||||
cmp.config.compare.recently_used,
|
||||
cmp.config.compare.kind,
|
||||
cmp.config.compare.sort_text,
|
||||
cmp.config.compare.length,
|
||||
|
Loading…
x
Reference in New Issue
Block a user