diff --git a/.config/vim/ftplugin/tex.vim b/.config/vim/ftplugin/tex.vim index 427d7a9..a2c41e6 100644 --- a/.config/vim/ftplugin/tex.vim +++ b/.config/vim/ftplugin/tex.vim @@ -4,6 +4,9 @@ setlocal wrap " Close the quickfix window after a cursor movement let g:vimtex_quickfix_autoclose_after_keystrokes = 1 +" Do not open quickfix window on warnings +let g:vimtex_quickfix_open_on_warning = 0 + " Put all files into tex_build/ let g:vimtex_compiler_latexmk = { \ 'aux_dir': 'tex_build',