mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/javascript: remove mention of tern in README
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This module adds Javascript support.
|
This module adds Javascript support.
|
||||||
|
|
||||||
+ Code completion (tern)
|
+ Code completion (tide)
|
||||||
+ REPL support (nodejs-repl)
|
+ REPL support (nodejs-repl)
|
||||||
+ Refactoring commands (js2-refactor)
|
+ Refactoring commands (js2-refactor)
|
||||||
+ Syntax checking (flycheck)
|
+ Syntax checking (flycheck)
|
||||||
@ -11,11 +11,10 @@ This module adds Javascript support.
|
|||||||
+ Jump-to-definitions and references support (xref)
|
+ Jump-to-definitions and references support (xref)
|
||||||
|
|
||||||
* Table of Contents :TOC:
|
* Table of Contents :TOC:
|
||||||
- [[#install][Install]]
|
- [[Install][Install]]
|
||||||
- [[#node--npm][Node & NPM]]
|
- [[Node & NPM][Node & NPM]]
|
||||||
- [[#dependencies][Dependencies]]
|
- [[Appendix][Appendix]]
|
||||||
- [[#appendix][Appendix]]
|
- [[Commands][Commands]]
|
||||||
- [[#commands][Commands]]
|
|
||||||
|
|
||||||
* Install
|
* Install
|
||||||
** Node & NPM
|
** Node & NPM
|
||||||
@ -31,13 +30,6 @@ brew install node
|
|||||||
sudo pacman --needed --noconfirm -S nodejs npm
|
sudo pacman --needed --noconfirm -S nodejs npm
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Dependencies
|
|
||||||
This module optionally requires ~tern~ for code completion.
|
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
|
||||||
npm -g install tern
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
* Appendix
|
* Appendix
|
||||||
** Commands
|
** Commands
|
||||||
| command | key / ex command | description |
|
| command | key / ex command | description |
|
||||||
|
Reference in New Issue
Block a user