preview.nvim/lua
Barrett Ruth 6757c05dd2
refactor(presets): add reload field, remove synctex field
Problem: the synctex field only handled PDF forward search and left
HTML live-preview and typst watch mode unsupported.

Solution: add reload = function(ctx) returning { 'typst', 'watch',
ctx.file } to typst (long-running watch mode), reload = true to
markdown and github (SSE push after each pandoc compile), and remove
synctex = true from latex (the -synctex=1 arg in latex.args remains
for .synctex.gz generation).
2026-03-03 16:23:41 -05:00
..
preview refactor(presets): add reload field, remove synctex field 2026-03-03 16:23:41 -05:00