muxare / vim-config

My Vim configuration

Home Page:http://derekwyatt.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Derek Wyatt's Vim Configuration

Yup... it's a vim configuration.

To install it, do the following:

  • Wipe out your ~/.vimrc file and ~/.vim directory (back up if you wish)
  • git clone https://github.com/derekwyatt/vim-config.git ~/.vim
  • ln ~/.vim/vimrc ~/.vimrc
  • I use Vundle, so you'll have to install that into ~/.vim/bundle/Vundle.vim. You will probably also have to run :VundleInstall when you start up Vim as well.
  • Start Vim

Occassionally plugins will get updates, and you should use the :VundleUpdate command to get those updates.

About

My Vim configuration

http://derekwyatt.org


Languages

Language:Vim Script 99.4%Language:Shell 0.6%