My Vim configurations
git clone https://github.com/kosl90/dotvim.git ~/.vim
cd ~/.vim && make install
make install-tern # javascript completion. make sure node and npm are installed. Optional.
make install-ycm-sys # or make install-ycm. Optional.
More information, please read Makefile.
make update
or make update-quiet