Add vimtext plugin.

This commit is contained in:
2026-02-07 17:25:11 -08:00
parent 6c903ecc74
commit bc5e267ab3
2 changed files with 17 additions and 6 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 = 'zathura'
end,
}