10 lines
186 B
VimL
10 lines
186 B
VimL
set sts=4 sw=4 et
|
|
if &shell =~# 'fish$'
|
|
set shell=/bin/sh
|
|
endif
|
|
|
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
|
execute pathogen#infect()
|
|
|
|
autocmd BufWritePost *.py call Flake8()
|