Browse Source

add minimal possible config

- for testing purposes
pull/86/merge
gmarik 15 years ago
parent
commit
cae6df72cf
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      test/minirc.vim

+ 8
- 0
test/minirc.vim 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

Loading…
Cancel
Save