1 2 3 4 5 6 7 8 9
set nocompatible syntax on filetype off set rtp+=~/.vim/bundle/Vundle.vim/ call vundle#begin() Plugin 'gmarik/Vundle.vim' call vundle#end() filetype plugin indent on