mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 00:54:48 +02:00
nvim-lsp: fix hls
This commit is contained in:
parent
6537e9aa1f
commit
5242d9333e
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ let
|
|||
{
|
||||
name = "hls";
|
||||
description = "Enable haskell language server";
|
||||
packages = [ pkgs.haskell-language-server ];
|
||||
packages = [ ];
|
||||
cmd = [ "${pkgs.haskell-language-server}/bin/haskell-language-serve-wrapper" ];
|
||||
}
|
||||
];
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue