vimtex: Only show window on error, ignore warnings
This commit is contained in:
parent
976bf43293
commit
4e14a27a38
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
let g:vimtex_view_method = 'zathura'
|
let g:vimtex_view_method = 'zathura'
|
||||||
let g:vimtex_compiler_method = 'latexmk'
|
let g:vimtex_compiler_method = 'latexmk'
|
||||||
|
let g:vimtex_quickfix_mode = 2
|
||||||
|
|
||||||
|
let g:vimtex_compiler_latexmk = {
|
||||||
|
\ 'out_dir' : '.vimtex',
|
||||||
|
\}
|
||||||
|
|
||||||
" This is necessary for VimTeX to load properly. The "indent" is optional.
|
" This is necessary for VimTeX to load properly. The "indent" is optional.
|
||||||
" Note that most plugin managers will do this automatically.
|
" Note that most plugin managers will do this automatically.
|
||||||
|
|
Loading…
Add table
Reference in a new issue