From 99a6d39916b1a0d7e5b42899e47a7efb5a0c1cce Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 10 May 2022 11:49:44 +0200 Subject: [PATCH] Feat: activate nonstopmode for lualatex --- nvim/.latexmkrc | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/.latexmkrc b/nvim/.latexmkrc index c309c52..2a1f29e 100644 --- a/nvim/.latexmkrc +++ b/nvim/.latexmkrc @@ -1 +1,2 @@ $pdf_mode = 4; +$lualatex='lualatex --interaction=nonstopmode';