yayyyy got vimtex to work properly now, opens up zathura

This commit is contained in:
Arpan Swaroop 2025-02-05 16:20:32 -06:00
parent 8f5a2e15cd
commit 123a436c59
2 changed files with 2 additions and 1 deletions

View file

@ -44,6 +44,7 @@ return {
init = function()
-- VimTeX configuration goes here, e.g.
vim.g.vimtex_view_method = 'zathura'
vim.g.vimtex_compiler_method = 'pdflatex'
end,
},
}