change cmp sorting again
This commit is contained in:
parent
8f6caa96e5
commit
4240bd1bde
@ -118,16 +118,14 @@ return {
|
|||||||
},
|
},
|
||||||
sorting = {
|
sorting = {
|
||||||
comparators = {
|
comparators = {
|
||||||
|
cmp.config.compare.offset,
|
||||||
|
cmp.config.compare.exact,
|
||||||
|
cmp.config.compare.recently_used,
|
||||||
require('clangd_extensions.cmp_scores'),
|
require('clangd_extensions.cmp_scores'),
|
||||||
cmp.config.compare.locality,
|
cmp.config.compare.kind,
|
||||||
-- cmp.config.compare.recently_used,
|
cmp.config.compare.sort_text,
|
||||||
-- -- cmp.config.compare.offset,
|
cmp.config.compare.length,
|
||||||
-- cmp.config.compare.exact,
|
cmp.config.compare.order,
|
||||||
-- cmp.config.compare.recently_used,
|
|
||||||
-- cmp.config.compare.kind,
|
|
||||||
-- cmp.config.compare.sort_text,
|
|
||||||
-- cmp.config.compare.length,
|
|
||||||
-- cmp.config.compare.order,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- experimental = { native_menu = true }
|
-- experimental = { native_menu = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user