Compare commits

..

No commits in common. "7885fd706c7460f2661b3070e1f1fb381bbabed0" and "d831c21b46ffcc2197a163384e82a555bbd202d3" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -291,8 +291,7 @@ return {
else
vim.g.vimtex_view_method = 'zathura'
end
vim.g.vimtex_compiler_method = 'generic'
vim.g.vimtex_compiler_generic = { command = 'ls *.tex | entr -n -c tectonic /_ --synctex --keep-logs' }
vim.g.vimtex_compiler_methor = 'pdflatex'
end,
},
{

View file

@ -40,4 +40,3 @@ export XDG_CACHE_HOME="${HOME}/.cache"
export XDG_DATA_HOME="${HOME}/.local/share"
export XDG_STATE_HOME="${HOME}/.local/state"
. "$HOME/.cargo/env"