I am running TeXpresso through LazyVim, however, I do not believe this to be a vim related issue.
I have custom packages under the directory ~/texmf:
> kpsewhich -var-value=TEXMFHOME
/home/william/texmf
When I compile my document with pdflatex, the packages inside my TEXMF tree are recognized and the document is rendered with their custom commands applied. When I run TeXpresso on a neovim buffer, it does not apply the commands from my custom packages.
Is there a way to tell TeXpresso where to find these packages?
I am running TeXpresso through LazyVim, however, I do not believe this to be a vim related issue.
I have custom packages under the directory
~/texmf:When I compile my document with pdflatex, the packages inside my TEXMF tree are recognized and the document is rendered with their custom commands applied. When I run TeXpresso on a neovim buffer, it does not apply the commands from my custom packages.
Is there a way to tell TeXpresso where to find these packages?