This is just another boilerplate for your .vimrc that might be helpful for frontend developers.
-
Install Vundle
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
-
Install plugins
$ vim +PluginInstall +qall
-
Build vimproc library
$ cd $HOME/.vim/bundle/vimproc.vim/ && make
-
Install TypeScript
$ npm i -g typescript
-
Compile YCM with JavaScript and C-like languages support
$ $HOME/.vim/bundle/YouCompleteMe/install.py --tern-completer --clang-completer