Updating settings for syntastic

This commit is contained in:
Alex Yatskov 2014-12-16 15:30:54 +09:00
parent 0038cb2a00
commit c3b7713d55

1
.vimrc
View File

@ -5,6 +5,7 @@ let g:Tex_DefaultTargetFormat='pdf'
let g:Tex_MultipleCompileFormats='pdf, aux'
let g:licenses_authors_name = 'Alex Yatskov <alex@foosoft.net>'
let g:table_mode_corner='|'
let g:syntastic_python_checkers=['pyflakes']
let mapleader=','
call pathogen#infect()