added haskell compiler and cli, removed java plugin from neovim

This commit is contained in:
foxora 2026-05-13 15:09:58 +01:00
parent 56bb68002f
commit 5aab9f36b8
2 changed files with 5 additions and 7 deletions

View file

@ -127,11 +127,13 @@
glibc glibc
pkg-config pkg-config
gobject-introspection gobject-introspection
rustup rustup # rust
zig zig
elixir elixir
gleam gleam
dotnet-sdk dotnet-sdk # csharp
ghc # haskell compiler
cabal-install # haskell cli
delta # git diff viewer delta # git diff viewer
tlrc # tldr rust client tlrc # tldr rust client
shellcheck shellcheck

View file

@ -188,11 +188,7 @@ in {
gitsigns-nvim gitsigns-nvim
]; ];
}; };
lang = { lang = {};
java = [
nvim-jdtls
];
};
}; };
# shared libraries to be added to LD_LIBRARY_PATH # shared libraries to be added to LD_LIBRARY_PATH