Gabirel / Hack-SpaceVim

🚀 Tell you how to hack SpaceVim. Be useful. Try Discussions!
MIT License
475 stars 68 forks source link

Wrong command for installing tern in JS IDE section #41

Closed de-sh closed 5 years ago

de-sh commented 5 years ago

In 'en_US/IDE/JavaScript.md' the bash command used to install tern server is pretty confusing as GitHub outputs the MarkDown using the quotation shortcodes:

> cd ~/.cache/vimfiles/repos/github.com/ternjs/tern_for_vim 
> npm install tern

in a single line, I have written a PR to make use of the GitHub version of MarkDown to make it more clear for everyone.

Gabirel commented 5 years ago

Thank you for your feedback and PR.