forked from foxora/nix
finally added nix lsp and changed indentation for nix and lua :3 also added haskell bc dea <3
This commit is contained in:
parent
88c4057aa5
commit
efb35f75d4
5 changed files with 40 additions and 6 deletions
|
|
@ -75,6 +75,10 @@ in {
|
|||
gleam = with pkgs; [
|
||||
gleam
|
||||
];
|
||||
haskell = with pkgs; [
|
||||
haskell-language-server
|
||||
ormolu
|
||||
];
|
||||
java = with pkgs; [
|
||||
jdt-language-server
|
||||
javaPackages.compiler.openjdk17
|
||||
|
|
@ -218,6 +222,7 @@ in {
|
|||
zig = true;
|
||||
elixir = true;
|
||||
gleam = true;
|
||||
haskell = true;
|
||||
java = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue