/dotvim

Vimconfig

Primary LanguageVimL

NOTE: Abandoned.  A dotfiles repo would probably be more useful.

Installation:

    git clone git://github.com/jrhoads/dotvim.git ~/.vim

Create symlinks:

    ln -s ~/.vim/vimrc ~/.vimrc
    ln -s ~/.vim/gvimrc ~/.gvimrc

Switch to the `~/.vim` directory, and fetch submodules:

    cd ~/.vim
    git submodule init
    git submodule update