diff --git a/vim/vundle.vim b/vim/vundle.vim index 98fb4f8..ab74b7f 100644 --- a/vim/vundle.vim +++ b/vim/vundle.vim @@ -4,14 +4,15 @@ Bundle 'gmarik/vundle' Bundle 'tpope/vim-fugitive' Bundle 'mileszs/ack.vim' -Bundle 'avidal/flake8.vim' Bundle 'sjl/gundo.vim' Bundle 'tpope/vim-abolish' Bundle 'tpope/vim-surround' Bundle 'scrooloose/nerdtree' Bundle 'Lokaltog/vim-powerline' +Bundle 'nvie/vim-flake8' +Bundle 'nanotech/jellybeans.vim' -Bundle 'YankRing.vim' +"Bundle 'YankRing.vim' Bundle 'scratch.vim' Bundle 'AutoComplPop' Bundle 'indentpython.vim--nianyang'