Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
Copy this JSON into your .lsp.json to enable this server
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"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
${CLAUDE_PLUGIN_ROOT}/bin/expert-wrapperstdioInitialization options and workspace settings
Share bugs, ideas, or general feedback.