Skip to content

Instantly share code, notes, and snippets.

Created February 8, 2014 00:08
Show Gist options
  • Save anonymous/8874540 to your computer and use it in GitHub Desktop.
Save anonymous/8874540 to your computer and use it in GitHub Desktop.
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment