Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 4.24 KB

File metadata and controls

91 lines (67 loc) · 4.24 KB

The Vim Configuration of Champions

Installation

  1. git clone http://github.com/wari/dot_vim.git .vim in your home folder.
  2. mv dot_vim .vim
  3. cd .vim
  4. rake vim:link to make the .vimrc symbolic link.
  5. Install Vundle with git clone http://github.com/gmarik/vundle.git bundle/vundle
  6. Run Vim and type :BundleInstall to install the plugins with Vundle.
  7. Enjoy enhanced productivity, increased levitation, reduced watermelon-related accidents, and startling sex appeal.

Screenshots

MacVim

MacVim

Windows gVim

Windows gVim

Requirements

Mac

Windows

Notes

Be sure to always edit the vimrc using ,v, which opens the vimrc in the .vim folder. Vim has a nasty habit of overriding symlinks.

Plugin Installation / Requirements

I may make this more verbose later, but for now, here's a list of plugins that require further installation:

  • Command-T Needs compilation
  • Fugitive Requires Git to be installed
  • syntastic Requires many different binaries installed depending on what filetypes you want it to check
  • ack.vim Requires ack to be installed

Plugin List

Note: Auto generated by rake plugins:readme