adding latex compilation

This commit is contained in:
spinach 2023-04-19 17:15:36 -04:00
parent adcd9dccdd
commit eeef54f0e7
4 changed files with 12 additions and 0 deletions

3
.gitmodules vendored
View File

@ -43,3 +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
url = https://github.com/lervag/vimtex.git

View File

@ -67,3 +67,6 @@ vim.g.airline_powerline_fonts = 1
vim.g.airline_symbols.linenr = ''
vim.g.airline_symbols.maxlinenr = ''
vim.g.airline_symbols.dirty = ''
-- vimtex settings
vim.g.vimtex_view_method = 'zathura'

View File

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

@ -0,0 +1 @@
Subproject commit d3dfbf391ba8d8f08ab91ce8e54173cddc708b02