Fix #3999: don't install lsp-java for +eglot
Otherwise this pulls in lsp-mode and dap-mode.
This commit is contained in:
parent
961f551465
commit
cc877c13a7
1 changed files with 2 additions and 1 deletions
|
@ -13,4 +13,5 @@
|
|||
(package! company-emacs-eclim :pin "222ddd48fcf0ee01592dec77c58e0cf3f2ea1100")))
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(package! lsp-java :pin "3f1ed1762fd7cb2fece606df6fc63d35d0a6b835"))
|
||||
(unless (featurep! :tools lsp +eglot)
|
||||
(package! lsp-java :pin "3f1ed1762fd7cb2fece606df6fc63d35d0a6b835")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue