chore(nvim): made vimtex use tectonic with entr

This commit is contained in:
Afonso Franco 2024-11-12 15:39:00 +00:00
parent 988c2e27da
commit 91d6545120
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

View file

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