add minimal possible config
- for testing purposes
This commit is contained in:
parent
a38662a6ff
commit
cae6df72cf
8
test/minirc.vim
Normal file
8
test/minirc.vim
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user