Vim configuration accumulated
Backup your .vim and .vimrc settings and clone repo to ~/.vim
$ git clone git@github.com:misakwa/dotvim.git ~/.vim
Install Universal Ctags
Run the bootstrap script.
Please remember to backup your .vimrc file before running this script
$ cd ~/.vim
$ ./bootstrap.sh
Run :PlugInstall after firing up vim to install all plugins.
Follow instructions YouCompleteMe Instructions to install automatic completion since it fails automatic installation.