Make vimtex quickfix only open on errors and close after 2 keystrokes

This commit is contained in:
flyingscorpio@arch-desktop 2020-11-26 08:52:05 +01:00
parent cc1554744c
commit 22d44ed1ae

View file

@ -99,6 +99,8 @@ let g:indentLine_fileType = ['html', 'htmldjango']
let g:tex_flavor = 'latex'
let g:vimtex_view_method = 'zathura'
let g:vimtex_quickfix_autoclose_after_keystrokes = 2
let g:vimtex_quickfix_open_on_warning = 0
" }}}
" COLORS {{{
colorscheme badwolf