add minimal possible config
- for testing purposes
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user