Skip to content

Commit

Permalink
Merge pull request #42 from sstubbs/feature/add-jdtls
Browse files Browse the repository at this point in the history
feature: add jdtls
  • Loading branch information
lucperkins authored Apr 15, 2024
2 parents 19eaf10 + 9790fbe commit 4ced0d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ A dev template that's fully customizable.
- [Java] 20.0.1+9
- [Maven] 3.9.2
- [Gradle] 9.0.1
- [jdtls] 1.31.0

### [`kotlin`](./kotlin/)

Expand Down Expand Up @@ -309,6 +310,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/
Expand Down
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 4ced0d9

Please sign in to comment.