removed sorting

This commit is contained in:
Oliver Hartmann 2024-06-20 22:52:02 +02:00
parent 09e126899a
commit f639158d37

View File

@ -156,19 +156,6 @@ return {
return kind
end,
},
sorting = {
comparators = {
cmp.config.compare.offset,
cmp.config.compare.exact,
cmp.config.compare.recently_used,
require('clangd_extensions.cmp_scores'),
cmp.config.compare.locality,
cmp.config.compare.kind,
cmp.config.compare.sort_text,
cmp.config.compare.length,
cmp.config.compare.order,
},
},
-- experimental = { native_menu = true }
})