master #1

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

View File

@@ -87,8 +87,8 @@ cmp.setup({
comparators = { comparators = {
cmp.config.compare.offset, cmp.config.compare.offset,
cmp.config.compare.exact, cmp.config.compare.exact,
cmp.config.compare.recently_used,
require("clangd_extensions.cmp_scores"), require("clangd_extensions.cmp_scores"),
cmp.config.compare.recently_used,
cmp.config.compare.kind, cmp.config.compare.kind,
cmp.config.compare.sort_text, cmp.config.compare.sort_text,
cmp.config.compare.length, cmp.config.compare.length,