From elixir-lsp
Expert LSP server for Elixir (.ex, .exs), HEEx (.heex), and LEEx (.leex) — diagnostics, go-to-definition, find references, hover info, and symbol listing.
npx claudepluginhub georgeguimaraes/claude-code-elixir --plugin elixir-lspThis LSP server requires ${CLAUDE_PLUGIN_ROOT}/bin/expert-wrapperto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"expert": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/expert-wrapper",
"extensionToLanguage": {
".ex": "elixir",
".exs": "elixir",
".heex": "heex",
".leex": "leex"
}
}
}
}${CLAUDE_PLUGIN_ROOT}/bin/expert-wrapperstdio