Skip to content

Commit

Permalink
add minimal possible config
Browse files Browse the repository at this point in the history
- for testing purposes
  • Loading branch information
gmarik committed Aug 28, 2011
1 parent a38662a commit cae6df7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/minirc.vim
@@ -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

0 comments on commit cae6df7

Please sign in to comment.