==== 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