mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
refactor!(java): remove +eclim and +meghanada
BREAKING CHANGE: This removes eclim.el and meghanada.el support from the Java module. Both of these projects are unmaintained and recommend the user switch to lsp-java, which is already offered by the module's +lsp flag. Fix: #8360
This commit is contained in:
@ -26,9 +26,9 @@ If the depth is 2, the first two directories are removed: net.lissner.game.")
|
||||
|
||||
(add-hook 'java-mode-hook #'rainbow-delimiters-mode)
|
||||
|
||||
(cond ((modulep! +meghanada) (load! "+meghanada"))
|
||||
((modulep! :tools lsp +eglot))
|
||||
((modulep! +lsp) (load! "+lsp")))
|
||||
(when (and (modulep! +lsp)
|
||||
(modulep! :tools lsp -eglot))
|
||||
(load! "+lsp"))
|
||||
|
||||
(when (modulep! +tree-sitter)
|
||||
(add-hook 'java-mode-local-vars-hook #'tree-sitter! 'append))
|
||||
|
Reference in New Issue
Block a user