Update vimrc

This commit is contained in:
Sam Wilson 2014-08-19 12:26:29 -05:00
parent b848249e7d
commit 43a671a428

2
vimrc
View File

@ -34,7 +34,7 @@ syntax on
let mapleader=","
" =============== Vundle Initialization ===============
" This loads all the plugins specified in ~/.vim/vundle.vim
" This loads all the plugins specified in ~/.vim/vundles.vim
" Use Vundle plugin to manage all other plugins
if filereadable(expand("~/.vim/vundles.vim"))
source ~/.vim/vundles.vim