dotvim/vimrc
2015-11-03 13:27:52 +01:00

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