add vimtex plugin

This commit is contained in:
vladstojna 2023-04-20 14:36:32 +01:00 committed by vladstojna
parent 5ea44bcc1d
commit 32c6139406
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
return {
"lervag/vimtex",
config = function()
vim.g.vimtex_view_method = "zathura"
end
}