Skip to content
/ dot_vim Public
forked from mutewinter/dot_vim

The Vim Configuration of Champions. Uses Vundle to manage roughly 436 plugins.

Notifications You must be signed in to change notification settings

jh3/dot_vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Vim Configuration of Champions

Forked from mutewinter

Installation

  1. git clone http://github.com/jh3/dot_vim.git 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.

Requirements

Mac

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

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

Plugin List

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

About

The Vim Configuration of Champions. Uses Vundle to manage roughly 436 plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 83.0%
  • Ruby 17.0%