chore(nvim): made vimtex use tectonic with entr

This commit is contained in:
2024-11-12 15:39:00 +00:00
parent 988c2e27da
commit 91d6545120

View File

@@ -290,7 +290,8 @@ return {
else
vim.g.vimtex_view_method = 'zathura'
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,
},
{