The distribution is designed to work with Vim >= 7.3.
The distribution also requires git
.
Mac or Linux:
$ curl https://raw.githubusercontent.com/juev/dotvim/master/install.sh | sh
or shorter:
$ curl vim.juev.org | sh
Manual install:
$ git clone https://github.com/juev/dotvim.git ~/.vim
$ ln -s ~/.vim/vimrc ~/.vimrc
$ ln -s ~/.vim/gvimrc ~/.gvimrc
Done!
Windows:
> git clone https://github.com/juev/dotvim.git %USERPROFILE%\.vim
> cd %USERPROFILE%\.vim
> install.cmd
> copy vimrc %USERPROFILE%\_vimrc
> copy gvimrc %USERPROFILE%\_gvimrc