dotvim/vimrc
2015-10-30 14:55:53 +01:00

8 lines
154 B
VimL

set sts=4 sw=4 et
set shell=/bin/sh
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()
autocmd BufWritePost *.py call Flake8()