added vimtex, dont remember configuration arghhhhhh

This commit is contained in:
Arpan Swaroop 2025-02-05 16:14:59 -06:00
parent 5105656526
commit 8f5a2e15cd
2 changed files with 11 additions and 2 deletions

View file

@ -37,4 +37,13 @@ return {
{
'mbbill/undotree',
},
{
'lervag/vimtex',
lazy = false, -- we don't want to lazy load VimTeX
-- tag = "v2.15", -- uncomment to pin to a specific release
init = function()
-- VimTeX configuration goes here, e.g.
vim.g.vimtex_view_method = 'zathura'
end,
},
}