mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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";
|
||||
description = "Enable elixirls";
|
||||
packages = [ ];
|
||||
cmd = "${pkgs.elixir_ls}/bin/elixir-ls";
|
||||
cmd = ["${pkgs.elixir_ls}/bin/elixir-ls"];
|
||||
}
|
||||
{
|
||||
name = "gdscript";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue