vim:ftplug:tex: Do not open quickfix on warnings

This commit is contained in:
2023-06-25 23:22:20 +02:00
parent a0825dac6a
commit 99d5e1ff21

View File

@@ -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',