fixed filter

main
spinach 2 years ago
parent e68b4667dd
commit 1ff3319682

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

Loading…
Cancel
Save