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:
parent
9bea168cc1
commit
c399c07694
16 changed files with 91 additions and 49 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue