[nvim] made vimtex use tectonic with entr
This commit is contained in:
parent
d831c21b46
commit
1270697cd6
1 changed files with 3 additions and 2 deletions
|
@ -291,7 +291,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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue