From 5e8ef3c4626f30b7b3ebc5d32317674fa5cb0353 Mon Sep 17 00:00:00 2001 From: xenia Date: Wed, 18 Oct 2023 11:25:13 +0200 Subject: [PATCH] =?UTF-8?q?hls=20=E2=86=92=20haskell-language-server-wrapp?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kak.nix b/kak.nix index 61c5830b..874709be 100644 --- a/kak.nix +++ b/kak.nix @@ -44,7 +44,7 @@ with pkgs; let [language.haskell] filetypes = ["haskell"] roots = ["Setup.hs", "stack.yaml", "*.cabal"] - command = "hls" + command = "haskell-language-server-wrapper" [language.python] filetypes = ["python"]