1

How to change coc-clangd source priority?

I use vim conqueror of completion with language server client coc-clangd as autocompletion source and I would like to lower its priority from 99 to 70. I cannot find how to do in the doc. I tried the following without success :CocConfig and then:

  "suggest.languageSourcePriority": 70,
  "coc.source.clangd.priority": 70,
  "clangd.priority": 70,

To check the current priority I do :CocList, sources, TAB, refresh and it always show:

* clangd [LS] .<>:"/* 99

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.