mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/lsp/hls: add missing --lsp cmd flag
This commit is contained in:
parent
6b4911e67f
commit
3fa81dd063
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue