vimwiki: dth @ dth-MacBookAir

This commit is contained in:
dth@taiga.ai 2022-07-15 19:06:17 +01:00
parent e337bffc9d
commit c7a3630df2
3 changed files with 4 additions and 2 deletions

View file

@ -56,6 +56,7 @@ let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_python_checkers = ['python', 'flake8']
let g:syntastic_python_python_exec = 'python3'
let g:syntastic_rst_checkers=['sphinx']
" python stuff
let g:python3_host_prog = "$HOME/.venvs/nvim/bin/python"