Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

blog:2016:04:16:state-of-the-art-javascript-with-vim-q1-2016 [2020-04-26] – created dcaiblog:2016:04:16:state-of-the-art-javascript-with-vim-q1-2016 [2020-04-26] (current) dcai
Line 1: Line 1:
 +==== State of the Art Javascript With Vim Q1 2016 ====
  
 +16 Apr 2016
 +
 +  * Install vundle, it allows you manage and update vim plugins easily.
 +  * Install [[https://github.com/pangloss/vim-javascript|pangloss/vim-javascript]], vastly improved Javascript indentation and syntax support in Vim.
 +  * [[https://github.com/Valloric/YouCompleteMe|YouCompleteMe]]+[[https://github.com/ervandew/supertab|Supertab]]+tern_for_vim, enable smart vim auto-completion for JavaScript.
 +  * [[https://github.com/moll/vim-node|moll/vim-node]], makes vim superb to develop node app.
 +  * Lint your code with [[https://github.com/scrooloose/syntastic|syntastic]]
 +  * Last but not least, [[https://github.com/SirVer/ultisnips|UltiSnips]], awesome code snips manager