Used by 2 plugins
This LSP server requires rust-analyzer 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-rust-analyzer-rust-analyzer@Piebald-AI/claude-code-lspsAdd to your .lsp.json or plugin.json:
{
"lspServers": {
"rust": {
"command": "rust-analyzer",
"extensionToLanguage": {
".rs": "rust"
}
}
}
}rust-analyzerstdioInitialization Options:
{}Settings:
{}