Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't do timeout in pvc mode after inactivity
By default the `-pvc` mode will stop working after 30 mins of inactivity, where vimtex compiler and the latexmk process can fall into an inconsistent state (i.e., no longer able to build the latex project while vimtex still thinks the continuous mode is still running). To prevent this, we disable inactivity timeout in the pvc mode. Requires latexmk v4.55 (Jan 2018) or higher. From https://texdoc.org/serve/latexmk/0 ``` -pvctimeout Do timeout in pvc mode after period of inactivity, which is 30 min. by default. Inactivity means a period when latexmk has detected no file changes and hence has not taken any actions like compiling the document. -pvctimeout- Don’t do timeout in pvc mode after inactivity. ```
- Loading branch information