From 22d44ed1ae0024e7d053e524c066ed8e2beeebc2 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 26 Nov 2020 08:52:05 +0100 Subject: [PATCH] Make vimtex quickfix only open on errors and close after 2 keystrokes --- dotfiles/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 272e53f..e28ae79 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -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