misakwa / dotvim

vim configuration accumulated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotvim

Vim configuration accumulated

Bootstrapping

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.

About

vim configuration accumulated


Languages

Language:Vim Script 99.7%Language:Shell 0.3%