git clone http://github.com/wari/dot_vim.git .vimin your home folder.mv dot_vim .vimcd .vimrake vim:linkto make the .vimrc symbolic link.- Install Vundle with
git clone http://github.com/gmarik/vundle.git bundle/vundle - Run Vim and type
:BundleInstallto install the plugins with Vundle. - Enjoy enhanced productivity, increased levitation, reduced watermelon-related accidents, and startling sex appeal.
MacVim
Windows gVim
Mac
- MacVim - I'm currently using snapshot 62
Windows
- gVim - I'm currently using Wu Yongwei's pre-compiled gVim 7.3.333 because it has Ruby support and the latest patches
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.
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
Note: Auto generated by rake plugins:readme
- vundle
- bufpos
- FuzzyFinder
- ZoomWin
- Command-T
- vim-space
- vim-easymotion
- LustyJuggler
- vim-indent-guides
- status.vim
- nerdtree
- ir_black_mod
- csapprox
- ColorV
- browser-refresh.vim
- nerdcommenter
- vim-surround
- vim-speeddating
- vim-fugitive
- tabular
- ack.vim
- IndexedSearch
- vim-session
- delimitMate
- syntastic
- supertab
- AutoComplPop
- vim-ruby
- cocoa.vim
- vim-haml
- vim-javascript
- vim-coffee-script
- vim-jquery
- vim-rails
- taskpaper.vim
- vim-json
- L9
- vim-repeat

