git clone http://github.com/mutewinter/dot_vim.git ~/.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.
MacVim / Windows gVim
Mac
- MacVim - I'm currently using snapshot 65 on Mountain Lion.
Windows
- gVim - I'm using Wu Yongwei's pre-compiled gVim 7.3.333 because it has Ruby support and the latest patches.
- Escape is not bound to Escape, instead, typing
jk
in insert mode escapes into normal mode. See this section ofbindings.vim
for more details. - Pressing
enter
in normal mode saves the current buffer.
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 or have dependancies.
- Command-T Needs compilation, see its readme for more instructions.
- Fugitive Requires Git to be installed.
- syntastic Requires many different binaries installed depending on what filetypes you want it to check. See the FAQ for more information.
- ack.vim Requires ack to be installed.
- Menlo for Powerline The custom font I'm using for vim-powerline.
- MultiMarkdown Required for Markdown-Preview.
Note: Auto generated by rake plugins:update_readme
- vundle - Vundle, the plug-in manager for Vim
- ZoomWin - Zoom in/out of windows (toggle between one window and multi-window)
- vim-space - space.vim - Smart Space key for Vim
- vim-easymotion - Vim motions on speed!
- ctrlp.vim - Fuzzy file, buffer, mru, tag, etc finder.
- vim-indent-guides - A Vim plugin for visually displaying indent levels in code
- vim-powerline - The ultimate vim statusline utility.
- nerdtree - A tree explorer plugin for vim.
- colorv.vim - A vim plugin to make colors handling easier
- jellybeans.vim - A colorful, dark color scheme for Vim.
- quickfixsigns_vim - Mark quickfix & location list items with signs
- nerdcommenter - Vim plugin for intensely orgasmic commenting
- vim-surround - surround.vim: quoting/parenthesizing made simple
- vim-fugitive - fugitive.vim: a Git wrapper so awesome, it should be illegal
- tabular - Vim script for text filtering and alignment
- ack.vim - Vim plugin for the Perl module / CLI script 'ack'
- vim-togglelist - Functions to toggle the [Location List] and the [Quickfix List] windows.
- sideways.vim - A Vim plugin to move function arguments (and other delimited-by-something items) left and right.
- keepcase.vim - Functions for doing case-persistant substitutions
- scratch.vim - Plugin to create and use a scratch Vim buffer
- zencoding-vim - zen-coding for vim: http://code.google.com/p/zen-coding/
- GIFL - Add "wrap terms in google I'm feeling lucky url" à la Textmate
- vim-markdown-preview - Select Markdown text, render to HTML and preview in browser
- switch.vim - A simple Vim plugin to switch segments of text with predefined replacements
- vim-eunuch - eunuch.vim: helpers for UNIX
- vim-marked - Open the current buffer in Marked.app
- UnconditionalPaste - A clone of UnconditionalPaste from http://www.vim.org/scripts/script.php?script_id=3355 since it's not updated on GitHub yet.
- vim-vroom - A vim plugin for running your Ruby tests
- HelpClose - Close all help windows
- gist-vim - vimscript for gist
- IndexedSearch - shows 'Nth match out of M' at every search (index of match+total # matches)
- vim-session - Extended session management for Vim (:mksession on steroids)
- 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 - Vim's MatchParen for HTML tags
- neocomplcache - Ultimate auto-completion system for Vim.
- vim-ruby - Vim/Ruby Configuration Files
- vim-haml - Vim runtime files for Haml, Sass, and SCSS
- vim-rails - rails.vim: Ruby on Rails power tools
- vim-rake - rake.vim: it's like rails.vim without the rails
- vim-javascript - Vastly improved vim's javascript indentation.
- vim-coffee-script - CoffeeScript support for vim
- vim-json - Pathogen friendly packaging of vim-json from Jeroen Ruigrok van der Werven http://www.vim.org/scripts/script.php?script_id=1945
- vim-handlebars - Vim plugin for Handlebars
- html5.vim - HTML5 omnicomplete and syntax
- indenthtml.vim - alternative html indent script
- tomdoc.vim - A simple syntax add-on for vim that highlights your TomDoc comments.
- vim-tomdoc - Simple vim plugin that adds TomDoc templates to your code.
- cocoa.vim - Vim plugin for Cocoa/Objective-C development.
- taskpaper.vim - This package contains a syntax file and a file-type plugin for the simple format used by the TaskPaper application.
- nginx.vim - Syntax highlighting for nginx.conf and related config files.
- textile.vim - Textile for VIM
- vim-css3-syntax - Add CSS3 syntax support to vim's built-in
syntax/css.vim
. - vim-tmux - http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/examples/tmux.vim?view=log
- vim-markdown - Markdown Vim Mode
- vim-less - vim syntax for LESS (dynamic CSS)
- vim-stylus - Syntax Highlighting for Stylus
- vim-cucumber - Vim Cucumber runtime files
- matchit.zip - extended % matching for HTML, LaTeX, and many other languages
- vim-textobj-user - Vim plugin: Support for user-defined text objects
- vim-textobj-rubyblock - A custom text object for selecting ruby blocks.
- L9 - Vim-script library
- vim-repeat - repeat.vim: enable repeating supported plugin maps with "."
- webapi-vim - vim interface to Web API
That's 65 plugins, holy crap.