vundle/test/minirc.vim
gmarik cae6df72cf add minimal possible config
- for testing purposes
2011-08-28 15:17:26 -05:00

9 lines
138 B
VimL

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