Skip to content

Commit

Permalink
feature: add jdtls
Browse files Browse the repository at this point in the history
  • Loading branch information
sstubbs committed Apr 14, 2024
1 parent cb94157 commit c24a6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
devShells = forEachSupportedSystem ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [ gradle jdk maven ];
packages = with pkgs; [ gradle jdk maven jdt-language-server ];
};
});
};
Expand Down

0 comments on commit c24a6dc

Please sign in to comment.