clangd / coc-clangd

clangd extension for coc.nvim
Apache License 2.0
757 stars 34 forks source link

Add enable config option let coc-clangd not work #687

Closed Elite-zx closed 1 month ago

Elite-zx commented 1 month ago

:CocConfig

image image
fannheyward commented 1 month ago

Your clangd failed to run, check :CocOpenLog

Elite-zx commented 1 month ago

Before I add --enable-config option, clangd works fine

Update: the reason is that the clangd version too low (11). after update it to 16, done