vimtex: Don't show warnings
This commit is contained in:
parent
371080ecf5
commit
e39b03a277
1 changed files with 0 additions and 5 deletions
|
@ -3,11 +3,6 @@ let g:vimtex_compiler_method = 'latexmk'
|
|||
let g:vimtex_quickfix_open_on_warning = 0
|
||||
let g:vimtex_quickfix_mode = 2
|
||||
|
||||
let g:vimtex_compiler_latexmk = {
|
||||
\ 'out_dir' : '.vimtex',
|
||||
\}
|
||||
|
||||
" Disable continuous compilation
|
||||
let g:vimtex_compiler_latexmk = {
|
||||
\ 'out_dir' : '.vimtex',
|
||||
\}
|
||||
|
|
Loading…
Add table
Reference in a new issue