ignore latex warnings
This commit is contained in:
parent
1a8932da7f
commit
e68b4667dd
@ -71,10 +71,8 @@ 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,
|
||||
let g:vimtex_quickfix_ignore_filters = {
|
||||
\ 'Citation',
|
||||
\ 'Font Warning',
|
||||
\}
|
||||
]])
|
||||
|
Loading…
x
Reference in New Issue
Block a user