preview.nvim/lua
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
..
preview feat(compiler): fire PreviewWatchingStopped user event 2026-03-15 13:34:44 -04:00