Update minirc to Plugin namespace

This commit is contained in:
Devin Weaver 2014-08-26 11:00:55 -04:00
parent 0b28e334e6
commit dbc36fcaae

View File

@ -2,7 +2,8 @@ set nocompatible
syntax on syntax on
filetype off filetype off
set rtp+=~/.vim/bundle/Vundle.vim/ set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#rc() call vundle#begin()
Bundle 'gmarik/Vundle.vim' Plugin 'gmarik/Vundle.vim'
call vundle#end()
filetype plugin indent on filetype plugin indent on