chore(nvim): made vimtex use tectonic with entr
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user