mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(clangd): nvim-cmp optional
This commit is contained in:
parent
a9a273d041
commit
94be6fb787
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ return {
|
|||
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
optional = true,
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sorting.comparators, 1, require("clangd_extensions.cmp_scores"))
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue