mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
lsp: fix elixir again
This commit is contained in:
parent
c7b561b40c
commit
ce909992f6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let
|
||||||
name = "elixirls";
|
name = "elixirls";
|
||||||
description = "Enable elixirls";
|
description = "Enable elixirls";
|
||||||
packages = [ ];
|
packages = [ ];
|
||||||
cmd = "${pkgs.elixir_ls}/bin/elixir-ls";
|
cmd = ["${pkgs.elixir_ls}/bin/elixir-ls"];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "gdscript";
|
name = "gdscript";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue