Drop hard-coding of python2 in session.vim

This commit is contained in:
Kovid Goyal 2019-11-15 14:08:20 +05:30
parent 74d6513287
commit adadcaa203
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -12,9 +12,7 @@ let g:syntastic_cpp_include_dirs = [
\'/usr/include/fontconfig',
\]
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/mathjax/*
set wildignore+=resources/rapydscript/lib/*
@ -40,6 +38,3 @@ fun! CalibreLog()
endfun
nnoremap \log :call CalibreLog()<CR>
python import init_calibre
python import calibre