Don't load lsp-java/dap-java if +eglot

Relevant to #3999
This commit is contained in:
Henrik Lissner
2020-10-14 01:40:11 -04:00
parent 23c36a2feb
commit a776664ebc
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
;;; lang/java/+lsp.el -*- lexical-binding: t; -*-
;;;###if (featurep! +lsp)
;;;###if (and (featurep! +lsp) (not (featurep! :tools lsp +eglot)))
(use-package! lsp-java
:after lsp-mode