/Vim

My vim settings

Primary LanguageVim Script

VIM configuration files from https://github.com/brandondean/Vim/

The automatic installer.

You can install this via the command line with either `curl` or `wget`.

via `curl`

rake install <(curl -s https://github.com/westonmyers/Vim/raw/master/Rakefile)

via `wget`

rake install <(wget --no-check-certificate https://github.com/westonmyers/Vim/raw/master/Rakefile -O -)

The manual way

1. Clone the repository.

git clone git://github.com/westonmyers/Vim.git ~/.vim
cd ~/.vim && git submodule init && git submodule update && ln -s ~/.vim/vimrc ~/.vimrc && mkdir ~/.vim-tmp