From 5aab9f36b8ffbbff74c4d455628b24d815cfea6e Mon Sep 17 00:00:00 2001 From: foxora Date: Wed, 13 May 2026 15:09:58 +0100 Subject: [PATCH] added haskell compiler and cli, removed java plugin from neovim --- homes/aurora/default.nix | 6 ++++-- homes/modules/programs/neovim/nixcats.nix | 6 +----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/homes/aurora/default.nix b/homes/aurora/default.nix index f5df101..9d93854 100644 --- a/homes/aurora/default.nix +++ b/homes/aurora/default.nix @@ -127,11 +127,13 @@ glibc pkg-config gobject-introspection - rustup + rustup # rust zig elixir gleam - dotnet-sdk + dotnet-sdk # csharp + ghc # haskell compiler + cabal-install # haskell cli delta # git diff viewer tlrc # tldr rust client shellcheck diff --git a/homes/modules/programs/neovim/nixcats.nix b/homes/modules/programs/neovim/nixcats.nix index 0c2025c..a475d46 100644 --- a/homes/modules/programs/neovim/nixcats.nix +++ b/homes/modules/programs/neovim/nixcats.nix @@ -188,11 +188,7 @@ in { gitsigns-nvim ]; }; - lang = { - java = [ - nvim-jdtls - ]; - }; + lang = {}; }; # shared libraries to be added to LD_LIBRARY_PATH