From c24a6dc989d571787fc658300148dbf18eba9439 Mon Sep 17 00:00:00 2001 From: Stephen Stubbs Date: Sun, 14 Apr 2024 12:58:49 +0100 Subject: [PATCH 1/2] feature: add jdtls --- java/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/flake.nix b/java/flake.nix index 42b6255..d72cc26 100644 --- a/java/flake.nix +++ b/java/flake.nix @@ -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 ]; }; }); }; From 9790fbe6daef191b5c5f1f4f8b97feb0e5e145b4 Mon Sep 17 00:00:00 2001 From: Stephen Stubbs Date: Mon, 15 Apr 2024 19:28:42 +0100 Subject: [PATCH 2/2] chore: add jdtls to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 35a0d90..10f7196 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ The sections below list what each template includes. In all cases, you're free t - [Java] 20.0.1+9 - [Maven] 3.9.2 - [Gradle] 9.0.1 +- [jdtls] 1.31.0 ### [`kotlin`](./kotlin/) @@ -299,6 +300,7 @@ All of the templates have only the root [flake](./flake.nix) as a flake input. T [haxe]: https://haxe.org/ [iex]: https://hexdocs.pm/iex/IEx.html [java]: https://java.com +[jdtls]: https://projects.eclipse.org/projects/eclipse.jdt.ls [jq]: https://jqlang.github.io/jq [kotlin]: https://kotlinlang.org [latex]: https://www.latex-project.org/