npx claudepluginhub piebald-ai/claude-code-lsps --plugin clangdThis LSP server requires clangdto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"cpp": {
"command": "clangd",
"extensionToLanguage": {
".c": "c",
".h": "c",
".cc": "cpp",
".hh": "cpp",
".c++": "cpp",
".cpp": "cpp",
".cxx": "cpp",
".h++": "cpp",
".hpp": "cpp",
".hxx": "cpp"
}
}
}
}clangdstdioInitialization Options:
{}Settings:
{}