Add flake8 plugin for vim.

This commit is contained in:
David Tomaschik
2014-09-27 19:50:47 -07:00
parent 70efebd88d
commit 31f16132dc

1
vimrc
View File

@@ -7,6 +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'
call vundle#end()
endif