2014-05-29 15:35:25 +02:00
|
|
|
set nocompatible
|
|
|
|
syntax on
|
|
|
|
filetype off
|
2014-09-12 09:19:24 +02:00
|
|
|
set rtp+=~/.vim/bundle/Vundle.vim/
|
2014-05-29 15:35:25 +02:00
|
|
|
call vundle#rc()
|
2014-09-12 09:19:24 +02:00
|
|
|
Bundle 'gmarik/Vundle.vim'
|
2014-05-29 15:35:25 +02:00
|
|
|
filetype plugin indent on
|
|
|
|
|