1return { 2 'lervag/vimtex', 3 config = function() 4 vim.g.vimtex_view_method = 'zathura' 5 vim.conceallevel="0" 6 vim.g.tex_conceal="0" 7 end }