From 07bd70ff7f8d1c98080abea027ede3629dec768a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 18 Apr 2018 18:05:44 -0400 Subject: [PATCH] lang/javascript: remove mention of tern in README --- modules/lang/javascript/README.org | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/modules/lang/javascript/README.org b/modules/lang/javascript/README.org index dfc55ebbe..e184bbb0e 100644 --- a/modules/lang/javascript/README.org +++ b/modules/lang/javascript/README.org @@ -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 |