Add :tools lsp checks for +lsp flag

Also:
- Reorganizes some :lang modules' packages.el file.
- Adds setuptools check in lang/python
- Adds javac check in lang/java
- Removes the depends-on! macro
This commit is contained in:
Henrik Lissner 2019-04-22 03:10:25 -04:00
parent 9bea168cc1
commit c399c07694
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
16 changed files with 91 additions and 49 deletions

View file

@ -1,21 +1,23 @@
;; -*- no-byte-compile: t; -*-
;;; lang/javascript/packages.el
;; major modes
;; Major modes
(package! coffee-mode)
(package! js2-mode)
(package! rjsx-mode)
(package! typescript-mode)
;; tools
;; Tools
(package! eslintd-fix)
(package! js2-refactor)
(package! nodejs-repl)
(package! npm-mode)
;; Eval
(package! nodejs-repl)
(package! skewer-mode)
(when (featurep! :tools lookup)
(package! xref-js2))
;; Programming environment
(unless (featurep! +lsp)
(package! tide))
(when (featurep! :tools lookup)
(package! xref-js2))