fix(lsp-java): fix load order issue with lsp-java
This commit is contained in:
parent
24f5fccd34
commit
30a4e0d322
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue