From f22c4d529b33d22846d0b4cdc587372b020c8869 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 3 Oct 2024 19:02:01 +0200 Subject: [PATCH] feat: enable haskell language server --- common/nvim/nvim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/nvim/nvim.nix b/common/nvim/nvim.nix index e3950c3..8f4bbb5 100644 --- a/common/nvim/nvim.nix +++ b/common/nvim/nvim.nix @@ -31,6 +31,7 @@ python-pkgs.pip python-pkgs.black ]))) + (lib.mkIf config.modules.apps.neovim.enableLanguages hls) ]; defaultEditor = true; viAlias = true;