Add vimtex

This commit is contained in:
Mark Gladkikh 2024-07-09 21:04:19 -04:00
parent 4e08a4ddd0
commit 84c8416b9e
No known key found for this signature in database
GPG Key ID: 7B36AD61568DAB38
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
return {
"lervag/vimtex",
lazy = false,
init = function ()
vim.g.vimtex_view_method = "zathura"
end,
}