mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
nvim-lsp: fix hls again i hope it's the last time <.<
This commit is contained in:
parent
398c96ffe0
commit
46c0128a36
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ let
|
|||
{
|
||||
name = "hls";
|
||||
description = "Enable haskell language server";
|
||||
packages = [ ];
|
||||
packages = [ pkgs.haskell-language-server ];
|
||||
cmd = [ "${pkgs.haskell-language-server}/bin/haskell-language-server-wrapper" ];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue