Used by 1 plugin
This LSP server requires elixir-ls to be installed on your system. Make sure it's available in your PATH before enabling.
/plugin marketplace add ahmedxx99/claude-code-elixir/plugin install ahmedxx99-elixir-lsp-plugins-elixir-lsp@ahmedxx99/claude-code-elixirAdd to your .lsp.json or plugin.json:
{
"lspServers": {
"elixir-ls": {
"command": "elixir-ls",
"extensionToLanguage": {
".ex": "elixir",
".exs": "elixir",
".heex": "heex",
".leex": "leex"
}
}
}
}elixir-lsstdioInitialization Options:
{
"fetchDeps": false,
"suggestSpecs": true,
"dialyzerEnabled": true
}