This is the latest copy of my personal vim configuration.
- Clone this repository to
~/.vim
. - Update and initialize the submodules.
- Then add a symlink called
~/.vimrc
that points to~/.vim/vimrc
.
- Clone this repository to
$HOME/.vim
. cd %USERPROFILE%
mklink /H _vimrc vimfiles\vimrc
mklink /H _gvimrc vimfiles\gvimrc
If mklink
will not work (Windows XP and lower), simply copy the included
vimrc and gvim rc files. But be careful! Changes made to the _vimrc
and
_gvimrc
files will not be propagated back to your repository, you will need
to change them manually.