diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc.symlink | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 4e2965c..0f5f3f1 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -71,6 +71,11 @@ let g:syntastic_python_checkers = ['pylint', 'pep8'] let g:syntastic_python_pylint_exec = 'pylint.sh' let g:syntastic_python_pylint_args = '--guess' +let g:syntastic_mode_map = { + \ "mode": "passive", + \ "active_filetypes": ["python"], + \ "passive_filetpyes": [] } + " VimTeX let g:vimtex_latexmk_options = '-pdf -shell-escape -enable-pipes' let g:vimtex_latexmk_file_line_error = 0 |