plugins/lsp: set correct name for the elixirls package

This commit is contained in:
Daniel Kahlenberg 2024-02-02 11:38:47 +01:00 committed by Gaétan Lepage
parent 844d425ce2
commit 079c03228c

View file

@ -207,7 +207,7 @@ with lib; let
} }
{ {
name = "elixirls"; name = "elixirls";
package = pkgs.elixir_ls; package = pkgs.elixir-ls;
cmd = cfg: ["${cfg.package}/bin/elixir-ls"]; cmd = cfg: ["${cfg.package}/bin/elixir-ls"];
} }
{ {