dotvim/vimrc

9 lines
172 B
VimL

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