From 3b7d5b1d1beafb0914df8554e0641ec628089859 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 3 Oct 2024 19:07:47 +0200 Subject: [PATCH] feat: did not do anything --- common/nvim/nvim.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/nvim/nvim.nix b/common/nvim/nvim.nix index 4e40a30..e3950c3 100644 --- a/common/nvim/nvim.nix +++ b/common/nvim/nvim.nix @@ -31,7 +31,6 @@ python-pkgs.pip python-pkgs.black ]))) - (lib.mkIf config.modules.apps.neovim.enableLanguages haskell-language-server) ]; defaultEditor = true; viAlias = true;