mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:23:43 +02:00
...
This commit is contained in:
parent
57398ee050
commit
c4021f1e78
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ let g:syntastic_cpp_include_dirs = [
|
|||
let g:syntastic_c_include_dirs = g:syntastic_cpp_include_dirs
|
||||
let g:syntastic_python_flake8_exec = 'flake8-python2'
|
||||
let g:syntastic_python_flake8_args = '--filename='. shellescape('*.py,*.recipe')
|
||||
let g:python_version_2 = 1
|
||||
|
||||
set wildignore+=resources/viewer/mathjax/*
|
||||
set wildignore+=resources/rapydscript/lib/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue