plugins/lsp/hls: add missing --lsp cmd flag

This commit is contained in:
Marie Ramlow 2023-09-29 14:08:49 +02:00 committed by Gaétan Lepage
parent 6b4911e67f
commit 3fa81dd063

View file

@ -194,7 +194,7 @@ with lib; let
name = "hls"; name = "hls";
description = "Enable haskell language server"; description = "Enable haskell language server";
package = pkgs.haskell-language-server; package = pkgs.haskell-language-server;
cmd = cfg: ["haskell-language-server-wrapper"]; cmd = cfg: ["haskell-language-server-wrapper" "--lsp"];
} }
{ {
name = "html"; name = "html";