We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5360cec commit ab42b08Copy full SHA for ab42b08
lua/modules/completion/cmp.lua
@@ -108,7 +108,7 @@ cmp.setup({
108
return true
109
end
110
end,
111
-
+ require("clangd_extensions.cmp_scores"),
112
cmp.config.compare.kind,
113
cmp.config.compare.sort_text,
114
cmp.config.compare.length,
@@ -151,11 +151,11 @@ cmp.setup({
151
},
152
sources = cmp.config.sources({
153
-- { name = "copilot", group_index = 2 },
154
- { name = "nvim_lsp", priority = "9" },
+ { name = "nvim_lsp", priority = "9" },
155
{ name = "nvim_lsp_signature_help", priority = "7" },
156
- { name = "luasnip", priority = "8" },
157
- { name = "buffer", keyword_length = 5 },
158
- { name = "npm", keyword_length = 2 },
+ { name = "luasnip", priority = "8" },
+ { name = "buffer", keyword_length = 5 },
+ { name = "npm", keyword_length = 2 },
159
{ name = "neorg" },
160
{ name = "path" },
161
{ name = "git" },
0 commit comments