started some work vimlatex

This commit is contained in:
2025-05-02 09:51:58 +02:00
parent d5a0de3ae9
commit f8ecd67c9e
4 changed files with 20 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
return {
"lervag/vimtex",
lazy = false,
init = function()
vim.g.vimtex_view_method = "zathura"
end
}