backends = [
{ full = "aqua:elixir-lsp/elixir-ls", options = { symlink_bins = "true" } },
"asdf:mise-plugins/mise-elixir-ls",
]
description = "A frontend-independent IDE 'smartness' server for Elixir. Implements the 'Language Server Protocol' standard and provides debugger support via the 'Debug Adapter Protocol'"
test = { cmd = "which elixir-ls", expected = "elixir-ls" }