dotvim/.vim/bundle/Vundle.vim/test/minirc.vim

9 lines
146 B
VimL
Raw Normal View History

2015-07-02 10:45:40 +02:00
set nocompatible
syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#rc()
Bundle 'gmarik/Vundle.vim'
filetype plugin indent on