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