vim/bundle/vundle/test/minirc.vim

9 lines
146 B
VimL
Raw Normal View History

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