feat(nvim): add vimtex

This commit is contained in:
Price Hiller 2022-09-05 21:10:42 -05:00
parent 68338f51e1
commit c01affc2cc

View File

@ -792,6 +792,14 @@ return packer.startup({
end,
})
-- Vim Latex Support
use({
"lervag/vimtex",
config = function()
vim.g.vimtext_view_method = "zathura"
end,
})
-- Leave at end!!!
-- Install and deploy packer plugins
-- automatically