vimtex added

This commit is contained in:
MaasOedipa 2025-10-29 10:32:33 +01:00
parent c3b8d37596
commit 89f1e22428
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
-- See the kickstart.nvim README for more information
return {
{
'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,
},
}