General code and comment improvements. Also, removed the :desc's for csv-mode because map! is currently unable to set which-key descriptions mode-locally, and should be avoided for anything but global keybinds. This will be fixed when General is introduced into Doom.
17 lines
343 B
EmacsLisp
17 lines
343 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/javascript/packages.el
|
|
|
|
(package! coffee-mode)
|
|
(package! eslintd-fix)
|
|
(package! js2-mode)
|
|
(package! js2-refactor)
|
|
(package! nodejs-repl)
|
|
(package! rjsx-mode)
|
|
(package! skewer-mode)
|
|
(package! tide)
|
|
(package! typescript-mode)
|
|
(package! npm-mode)
|
|
|
|
(when (featurep! :feature lookup)
|
|
(package! xref-js2))
|
|
|