Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 742 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 742 Bytes

dotvim

Vim configuration accumulated

Bootstrapping

Backup your .vim and .vimrc settings and clone repo to ~/.vim

$ git clone [email protected]: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.