added haskell compiler and cli, removed java plugin from neovim
This commit is contained in:
parent
56bb68002f
commit
5aab9f36b8
2 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue