Skip to content

Instantly share code, notes, and snippets.

@atmd83
Created November 10, 2014 14:49
Show Gist options
  • Save atmd83/65048c83374bf89ee326 to your computer and use it in GitHub Desktop.
Save atmd83/65048c83374bf89ee326 to your computer and use it in GitHub Desktop.
.vimrc
"
" Plugin management via Vundle
" git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
"
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()
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
" PLUGINS BELOW
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment