mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
17 lines
313 B
EmacsLisp
17 lines
313 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/javascript/packages.el
|
|
|
|
(package! coffee-mode)
|
|
(package! js2-mode)
|
|
(package! js2-refactor)
|
|
(package! jsx-mode)
|
|
(package! nodejs-repl)
|
|
(package! tern)
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-tern))
|
|
|
|
(when (featurep! :feature jump)
|
|
(package! xref-js2))
|
|
|