ignore latex warnings
This commit is contained in:
parent
0f52a172cc
commit
1a8932da7f
@ -70,3 +70,11 @@ vim.g.airline_symbols.dirty = ''
|
||||
|
||||
-- vimtex settings
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
vim.cmd([[
|
||||
let g:vimtex_quickfix_warnings = {
|
||||
\ 'default' : 0,
|
||||
\ 'undefined_reference' : 1,
|
||||
\ 'multiply_defined_references' : 1,
|
||||
\ 'font' : 0,
|
||||
\}
|
||||
]])
|
||||
|
Loading…
x
Reference in New Issue
Block a user