Skip to content

Instantly share code, notes, and snippets.

@rscarvalho
Created July 26, 2014 21:55
Show Gist options
  • Select an option

  • Save rscarvalho/d332b3af9bb83fb9abbe to your computer and use it in GitHub Desktop.

Select an option

Save rscarvalho/d332b3af9bb83fb9abbe to your computer and use it in GitHub Desktop.
filetype off
set nocompatible
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
call vundle#end()
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment