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