Skip to content

Instantly share code, notes, and snippets.

@mihneadb
Last active January 1, 2016 07:19
Show Gist options
  • Save mihneadb/8111150 to your computer and use it in GitHub Desktop.
Save mihneadb/8111150 to your computer and use it in GitHub Desktop.
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" Bundles go here
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