add minimal possible config

- for testing purposes
This commit is contained in:
gmarik 2011-08-28 15:17:26 -05:00
parent a38662a6ff
commit cae6df72cf

8
test/minirc.vim Normal file
View File

@ -0,0 +1,8 @@
set nocompatible
syntax on
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
filetype plugin indent on