diff --git a/src/os/install/vim_plugins.sh b/src/os/install/vim_plugins.sh index b9b6d38bb..64d1947a0 100755 --- a/src/os/install/vim_plugins.sh +++ b/src/os/install/vim_plugins.sh @@ -8,7 +8,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \ main() { 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 a173c86a4..94bf8d2d7 100644 --- a/src/vim/vimrc +++ b/src/vim/vimrc @@ -135,7 +135,7 @@ set runtimepath+=~/.vim/plugins/Vundle.vim call vundle#begin("~/.vim/plugins") " Let Vundle manage Vundle (this is important!) - Plugin 'gmarik/Vundle.vim' + Plugin 'VundleVim/Vundle.vim' Plugin 'altercation/vim-colors-solarized' Plugin 'ap/vim-css-color'