State of the Art Javascript With Vim Q1 2016
16 Apr 2016
Install vundle, it allows you manage and update vim plugins easily.
Install
pangloss/vim-javascript
, vastly improved Javascript indentation and syntax support in Vim.
YouCompleteMe
+
Supertab
+tern_for_vim, enable smart vim auto-completion for JavaScript.
moll/vim-node
, makes vim superb to develop node app.
Lint your code with
syntastic
Last but not least,
UltiSnips
, awesome code snips manager