This commit is contained in:
Geoc2022 2025-04-14 10:46:39 -04:00
parent 34e7d29aa7
commit c225ecda9a
8 changed files with 201 additions and 48 deletions

View file

@ -0,0 +1,9 @@
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 = "skim"
end
}