diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 846bf08..5053a09 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -7,7 +7,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md")) set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'gmarik/Vundle.vim' - Plugin 'eistaa/vim-flake8' + Plugin 'nvie/vim-flake8' Plugin 'tpope/vim-fugitive' Plugin 'mileszs/ack.vim' Plugin 'tpope/vim-unimpaired'