dotfiles/.vim/bundle/Vundle.vim/test/minirc.vim
2014-05-31 17:02:26 -04:00

8 lines
146 B
VimL

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