master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit f639158d37 - Show all commits

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 }
})