From 632308ae17f2e0d5ebdf33bbf9004dbc681220ca Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 14 Jun 2016 15:04:16 +0200 Subject: Syntastic passive by default --- vim/vimrc.symlink | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vim') 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 -- cgit v1.2.3