preview.nvim/lua/preview
Barrett Ruth 8ebe2ed80b
feat(presets): add pdflatex preset
Adds a direct pdflatex preset for users who want single-pass
compilation without latexmk orchestration. Uses -file-line-error
for parseable diagnostics and reuses the existing parse_latexmk
error parser since both emit the same file:line: message format.
2026-03-04 13:52:36 -05:00
..
commands.lua refactor: simplify command surface (#28) 2026-03-04 13:16:01 -05:00
compiler.lua fix(compiler): one-shot builds and :Preview open provider config (#25) 2026-03-04 02:18:28 -05:00
diagnostic.lua fix(presets): correct error parsers for real compiler output (#11) 2026-03-03 14:14:59 -05:00
health.lua feat: rename watch → toggle, auto-compile on start, built-in opener 2026-03-02 23:37:44 -05:00
init.lua refactor: simplify command surface (#28) 2026-03-04 13:16:01 -05:00
log.lua feat: rename 2026-03-02 21:23:40 -05:00
presets.lua feat(presets): add pdflatex preset 2026-03-04 13:52:36 -05:00
reload.lua fix(reload): bind SSE server to port 0 for OS-assigned port (#21) 2026-03-03 17:46:04 -05:00