ignore latex warnings

This commit is contained in:
spinach 2023-05-02 13:31:19 -04:00
parent 0f52a172cc
commit 1a8932da7f

View File

@ -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,
\}
]])