commit 15565480063d2d588dc09d575ad5cc8817daa431
parent a48168694cc1c083b4a5f382a5e055482e1d7e8c
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 9 May 2016 21:48:00 -0700
Update vundle repo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -4,7 +4,7 @@ set encoding=utf-8
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
-Plugin 'gmarik/Vundle.vim'
+Plugin 'VundleVim/Vundle.vim'
Plugin 'cbracken/vim-monochrome'
Plugin 'dart-lang/dart-vim-plugin'
Plugin 'google/vim-ft-bzl'