Configure vimtex plugin

This commit is contained in:
Alexander Gehrke 2019-06-03 17:41:07 +02:00
parent 3f19213fbd
commit 3a929909c5

7
after/plugin/vimtex.vim Normal file
View file

@ -0,0 +1,7 @@
let g:vimtex_quickfix_latexlog = {
\ 'overfull' : 0,
\ 'underfull' : 0,
\ 'packages' : {
\ 'default' : 0,
\ },
\}