more cleanup

This commit is contained in:
Alexander Gehrke 2024-07-25 19:17:54 +02:00
parent c5a3ea61cd
commit 5cab0a1769
3 changed files with 12 additions and 16 deletions

View file

@ -1,6 +1,7 @@
return {
"lervag/vimtex",
init = function()
vim.g.tex_flavor = "latex"
vim.g.tex_conceal = "agm"
vim.g.vimtex_quickfix_ignorefilters = { "overfull", "underfull" }
vim.g.vimtex_syntax_enabled = 0