Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 401 Bytes

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
  • cd ~/.vim/bundle && ./get
  • ln ~/.vim/vimrc ~/.vimrc
  • Start Vim

Occassionally, the bundles may need updating. To do this, cd ~/.vim && ./update