mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
nvim-lsp: try again to fix haskell gaaaaa
This commit is contained in:
parent
8135cce2c7
commit
27bf782ed8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ let
|
|||
name = "hls";
|
||||
description = "Enable haskell language server";
|
||||
packages = [ pkgs.haskell-language-server ];
|
||||
cmd = [ "${pkgs.haskell-language-server}/bin/haskell-language-server-wrapper" ];
|
||||
cmd = [ "haskell-language-server-wrapper" ];
|
||||
}
|
||||
];
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue