This commit is contained in:
Tevin79 2025-04-20 18:03:28 +02:00
parent 89dad836a2
commit b0112c069b
7 changed files with 102 additions and 85 deletions

View file

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