fix(java): add confpkg subconfig directive

This commit is contained in:
Kiana Sheibani 2024-08-22 18:30:47 -04:00
parent 8c73f9510b
commit 0c03279b63
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -4115,6 +4115,8 @@ I prefer 2-space indentation in all circumstances. Unfortunately, Emacs's indent
** Java
#+call: confpkg("Mode: Java")
The =lsp-java= package provides LSP support using the standard language server, the Eclipse-based ~jdtls~. Unfortunately, this package isn't designed for Nix, so it fails to find the server script in our Nix store. We need to do a bit of legwork to patch in this support, as well as some extra considerations, such as per-project config directories.
#+begin_src emacs-lisp