Stats
Actions
Tags
From erlang
Erlang LS language server for Erlang (.erl, .hrl files): diagnostics, go-to-definition, find references, hover info, symbols, and call hierarchy.
This LSP server requires ${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.shto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"erlang_ls": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.sh",
"extensionToLanguage": {
".erl": "erlang",
".hrl": "erlang"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.shstdioInitialization options and workspace settings
npx claudepluginhub thebushidocollective/han --plugin erlang