fixed filter

This commit is contained in:
spinach 2023-05-02 13:36:46 -04:00
parent e68b4667dd
commit 1ff3319682

View File

@ -71,8 +71,8 @@ vim.g.airline_symbols.dirty = ''
-- vimtex settings
vim.g.vimtex_view_method = 'zathura'
vim.cmd([[
let g:vimtex_quickfix_ignore_filters = {
let g:vimtex_quickfix_ignore_filters = [
\ 'Citation',
\ 'Font Warning',
\}
\]
]])