1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Updated Vundle to its new repo url

This commit is contained in:
2015-11-06 13:05:56 +01:00
parent 09b741be8a
commit 737ee2b6bf

2
.vimrc
View File

@@ -10,7 +10,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
Plugin 'VundleVim/Vundle.vim'
" == UI ======