7 lines
136 B
VimL
7 lines
136 B
VimL
set sts=4 sw=4 et
|
|
|
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
|
execute pathogen#infect()
|
|
|
|
autocmd BufWritePost *.py call Flake8()
|