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