started some work vimlatex

This commit is contained in:
2025-05-02 09:51:58 +02:00
parent 75ab68f8dc
commit 7cf0fc7ca5
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
}