vim/bundle/vundle/test/minirc.vim

9 lines
138 B
VimL
Raw Normal View History

2014-05-29 15:35:25 +02:00
set nocompatible
syntax on
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
filetype plugin indent on