diff --git a/src/os/install/vim.sh b/src/os/install/vim.sh index 5c95dc83e..a48f88dd5 100755 --- a/src/os/install/vim.sh +++ b/src/os/install/vim.sh @@ -8,7 +8,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \ install_plugins() { declare -r VUNDLE_DIR="$HOME/.vim/plugins/Vundle.vim" - declare -r VUNDLE_GIT_REPO_URL="https://github.com/gmarik/Vundle.vim.git" + declare -r VUNDLE_GIT_REPO_URL="https://github.com/VundleVim/Vundle.vim.git" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/vim/vimrc b/src/vim/vimrc index a4e783d90..a52aa4e7c 100644 --- a/src/vim/vimrc +++ b/src/vim/vimrc @@ -143,7 +143,7 @@ set runtimepath+=~/.vim/plugins/Vundle.vim call vundle#begin("~/.vim/plugins") - Plugin 'gmarik/Vundle.vim' + Plugin 'VundleVim/Vundle.vim' Plugin 'altercation/vim-colors-solarized' Plugin 'ap/vim-css-color'