preview.nvim/lua/preview
Barrett Ruth 199ccf030c
feat(compiler): fire PreviewWatchingStopped user event
Problem: there was no way for user config to react when preview watching
stops, e.g. to clean up forward-search state for SyncTeX.

Solution: fire a `PreviewWatchingStopped` user autocmd from
`stop_watching` with `bufnr` and `provider` in the event data.
2026-03-15 13:34:44 -04:00
..
commands.lua fix: lifecycle cleanup and defensive runtime checks (#29) 2026-03-04 14:02:16 -05:00
compiler.lua feat(compiler): fire PreviewWatchingStopped user event 2026-03-15 13:34:44 -04:00
diagnostic.lua feat: compile notifications and long-running provider feedback (#55) 2026-03-06 14:58:10 -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 fix: fall back to /tmp for buffers without a backing file (#60) 2026-03-13 08:22:45 -04:00
log.lua feat: rename 2026-03-02 21:23:40 -05:00
presets.lua feat: compile notifications and long-running provider feedback (#55) 2026-03-06 14:58:10 -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