Used by 2 plugins
This LSP server requires clangd to be installed on your system. Make sure it's available in your PATH before enabling.
/plugin marketplace add Piebald-AI/claude-code-lsps/plugin install piebald-ai-clangd-clangd@Piebald-AI/claude-code-lspsAdd 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:
{}