Added latex stuff

This commit is contained in:
2025-08-16 18:57:52 +03:00
parent f9fc6ebe78
commit a71561a74a
5 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
return {
'lervag/vimtex',
lazy = false, -- we don't want to lazy load VimTeX
init = function()
vim.g.vimtex_view_method = 'zathura'
end,
}