fix(lsp-java): fix load order issue with lsp-java

This commit is contained in:
Kiana Sheibani 2024-10-09 14:39:08 -04:00
parent 24f5fccd34
commit 30a4e0d322
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -4248,6 +4248,7 @@ The =lsp-java= package provides LSP support using the standard Java language ser
#+begin_src emacs-lisp
(defun +lsp-java-server-store-path ()
"Return the Nix store derivation path to the Java language server."
(require 'lsp-java)
(string-remove-suffix
(concat "/bin/" lsp-java-jdt-ls-command)
(or