Pull this repo into your home directory to set up Vim automatically
$ git clone --recursive [email protected]:Akahadaka/dotvim.git ~/.vim
Initialise and/or update submodules if necessary
$ git submodule update --init --recursive
Edit ~/.vim/vimrc
to change settings
Vim-Autoformat requires beuatifiers. E.g. You may install the NPM package js-beautify. When installed globally, it provides an executable js-beautify script. As with the Python script, the beautified result is sent to stdout unless otherwise configured.
$ npm -g install js-beautify
The submodule YouCompleteMe may need some additional setup. See: Valloric/YouCompleteMe