Make vimtex quickfix only open on errors and close after 2 keystrokes
This commit is contained in:
parent
cc1554744c
commit
22d44ed1ae
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue