adding latex compilation

This commit is contained in:
spinach 2023-04-19 17:17:43 -04:00
parent eeef54f0e7
commit 0f52a172cc
3 changed files with 2 additions and 7 deletions

4
.gitmodules vendored
View File

@ -43,6 +43,6 @@
[submodule "harpoon"]
path = site/pack/qol/start/harpoon
url = https://github.com/ThePrimeagen/harpoon.git
[submodule "site/pack/latex/opt/vimtex"]
path = site/pack/latex/opt/vimtex
[submodule "site/pack/latex/start/vimtex"]
path = site/pack/latex/start/vimtex
url = https://github.com/lervag/vimtex.git

View File

@ -1,5 +0,0 @@
-- adding packages
vim.cmd('packadd vimtex')
-- latex plugin settings
vim.g.vimtex_view_method = 'zathura'