Skip to content

Instantly share code, notes, and snippets.

@EvanCarroll
Created February 26, 2016 21:17
Show Gist options
  • Save EvanCarroll/eda5a0a2f4b6ff0e038f to your computer and use it in GitHub Desktop.
Save EvanCarroll/eda5a0a2f4b6ff0e038f to your computer and use it in GitHub Desktop.
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
" To ignore plugin indent changes, instead use:
"filetype plugin on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment