Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

switch clangd

Wang Qi edited this page May 6, 2021 · 1 revision

The default language server is ccls. If you want to switch to clangd, please perform the following steps.

  1. Go to directory ~/.config/nvim/config.
  2. Replace the coc-setting.json file with coc-setting.json.clangd.
  3. In neovim, run :CocInstall coc-clangd
  4. Restart the neovim.

If you want to check the clangd log, use the command CocCommand workspace.showOutput.

Clone this wiki locally