Add some more useful vim plugins.

This commit is contained in:
David Tomaschik
2014-10-16 16:01:40 -07:00
parent 95ccf66984
commit 2225fbed9a

4
vimrc
View File

@@ -8,6 +8,10 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md"))
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'eistaa/vim-flake8'
Plugin 'tpope/vim-fugitive'
Plugin 'mileszs/ack.vim'
Plugin 'tpope/vim-unimpaired'
Plugin 'scrooloose/syntastic'
call vundle#end()
endif