- git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
- vim ~/.vimrc
set nocompatible " be iMproved, required
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'scrooloose/nerdtree'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'tomtom/tlib_vim'
Plugin 'garbas/vim-snipmate'
" Optional:
Plugin 'honza/vim-snippets'
Bundle 'python.vim'
"Bundle 'The NERD tree'
Bundle 'taglist.vim'
Bundle 'bufexplorer.zip'
Bundle 'molokai'
Bundle 'php.vim'
Bundle 'grep.vim'
Bundle 'Pydiction'
Bundle 'c.vim'
call vundle#end() " required