Still needs to be documented, but includes support for the following languages: + C/C++/ObjC + Go + Java + Javascript + OCaml + PHP + Python + Ruby + Scala + Swift + HTML/CSS Relevant to #460, #716, #1186
16 lines
328 B
EmacsLisp
16 lines
328 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/java/packages.el
|
|
|
|
(package! android-mode)
|
|
(package! groovy-mode)
|
|
|
|
(when (featurep! +meghanada)
|
|
(package! meghanada))
|
|
|
|
(when (featurep! +eclim)
|
|
(package! eclim)
|
|
(when (featurep! :completion company)
|
|
(package! company-emacs-eclim)))
|
|
|
|
(when (featurep! +lsp)
|
|
(package! lsp-java))
|