Vim files for OSX, Windows and Linux
-
Clone this repository:
$ git clone git@github.com:minhhh/vimfiles.git ~/.vim $ cd ~/.vim && git submodule init $ git submodule update --recursive
-
Create symlinks to .vimrc and .gvimrc:
$ ln -s ~/.vim/.vimrc ~/.vimrc
-
Install configured bundles:
Launch vim
or mvim
, run :BundleInstall
(or vim +BundleInstall +qall
for CLI lovers)