},
},
- {
- "nvim-cmp",
- opts = function(_, opts)
- table.insert(opts.sorting.comparators, 1, require("clangd_extensions.cmp_scores"))
- end,
- },
+ -- {
+ -- "blink.cmp",
+ -- opts = function(_, opts)
+ -- -- TODO: make sure this works
+ -- table.insert(opts.fuzzy.sorts, 1, require("clangd_extensions.cmp_scores"))
+ -- end,
+ -- },
{
"mfussenegger/nvim-dap",