mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
plugins/lsp: set correct name for the elixirls package
This commit is contained in:
parent
844d425ce2
commit
079c03228c
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue