npx claudepluginhub watzon/claude-codeThis LSP server requires crystal_lspto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"crystal": {
"command": "crystal_lsp",
"extensionToLanguage": {
".cr": "crystal",
".ecr": "crystal"
},
"env": {
"CRYSTALV2_LSP_ENABLE_SEMANTIC_DIAGNOSTICS": "1"
}
}
}
}crystal_lspstdioCRYSTALV2_LSP_ENABLE_SEMANTIC_DIAGNOSTICS=1Initialization Options:
{}Settings:
{}