git clone http://github.com/jh3/dot_vim.git
in your home folder.mv dot_vim .vim
cd .vim
rake vim:link
to make the .vimrc symbolic link.- Install Vundle with
git clone http://github.com/gmarik/vundle.git bundle/vundle
- Run Vim and type
:BundleInstall
to install the plugins with Vundle. - Enjoy enhanced productivity, increased levitation, reduced watermelon-related accidents, and startling sex appeal.
Mac
- MacVim - I'm currently using snapshot 64
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.
Here's a list of plugins that require further installation:
- Fugitive Requires Git to be installed
- syntastic Requires many different binaries installed depending on what filetypes you want it to check
Note: Auto generated by rake plugins:update_readme
- vundle - Vundle, the plug-in manager for Vim
- ctrlp.vim - Fuzzy file, buffer, mru, tag, etc finder.
- vim-irblack - Infinite Red's ir_black vim theme packaged to work with Tim Pope's pathogen plugin.
- molokai - Molokai color scheme for Vim
- vim-fugitive - fugitive.vim: a Git wrapper so awesome, it should be illegal
- vim-commentary - commentary.vim: comment stuff out
- Vim-Plugin-for-Drupal - This is my personal branch of this collaborative project.
- delimitMate - Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
- syntastic - Syntax checking hacks for vim
- supertab - Perform all your vim insert mode completions with Tab
- MatchTag - MatchParen for HTML tags
- neocomplcache - Ultimate auto-completion system for Vim.
- SudoEdit.vim - Edit Files using sudo or su or any other tool