Configure vimtex plugin
This commit is contained in:
parent
3f19213fbd
commit
3a929909c5
7
after/plugin/vimtex.vim
Normal file
7
after/plugin/vimtex.vim
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
let g:vimtex_quickfix_latexlog = {
|
||||||
|
\ 'overfull' : 0,
|
||||||
|
\ 'underfull' : 0,
|
||||||
|
\ 'packages' : {
|
||||||
|
\ 'default' : 0,
|
||||||
|
\ },
|
||||||
|
\}
|
Loading…
Reference in a new issue