/dotvim

My .vim-directory

Primary LanguageVim Script

Installation:

    git clone git://github.com/samitheberber/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 update --init

On windows, change ~/.vim directory to ~/vimfiles directory.