From f1fc037a72cb5948186f44ff139ee2e2f96a40e0 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Thu, 18 Sep 2025 12:27:52 +0200 Subject: [PATCH] Fixed #8, now haskell lsp works --- config/lsp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lsp.nix b/config/lsp.nix index c49d8f7..7c523b6 100644 --- a/config/lsp.nix +++ b/config/lsp.nix @@ -18,7 +18,7 @@ }; hls = { enable = true; - installGhc = false; + installGhc = true; }; csharp_ls.enable = true; };