set nocompatible
|
|
syntax on
|
|
filetype off
|
|
set rtp+=~/.vim/bundle/vundle/
|
|
call vundle#rc()
|
|
Bundle 'gmarik/vundle'
|
|
filetype plugin indent on
|
|
|