dotvim/vimrc
2017-10-03 03:41:00 +02:00

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()