lang/javascript: remove mention of tern in README

This commit is contained in:
Henrik Lissner 2018-04-18 18:05:44 -04:00
parent a1402ff68a
commit 07bd70ff7f
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -2,7 +2,7 @@
This module adds Javascript support.
+ Code completion (tern)
+ Code completion (tide)
+ REPL support (nodejs-repl)
+ Refactoring commands (js2-refactor)
+ Syntax checking (flycheck)
@ -11,11 +11,10 @@ This module adds Javascript support.
+ Jump-to-definitions and references support (xref)
* Table of Contents :TOC:
- [[#install][Install]]
- [[#node--npm][Node & NPM]]
- [[#dependencies][Dependencies]]
- [[#appendix][Appendix]]
- [[#commands][Commands]]
- [[Install][Install]]
- [[Node & NPM][Node & NPM]]
- [[Appendix][Appendix]]
- [[Commands][Commands]]
* Install
** Node & NPM
@ -31,13 +30,6 @@ brew install node
sudo pacman --needed --noconfirm -S nodejs npm
#+END_SRC
** Dependencies
This module optionally requires ~tern~ for code completion.
#+BEGIN_SRC sh
npm -g install tern
#+END_SRC
* Appendix
** Commands
| command | key / ex command | description |