preview.nvim/lua/preview
Barrett Ruth 3a36264f18
refactor: rename compile/toggle commands to build/watch
Problem: `compile` and `toggle` are accurate but unintuitive — `compile`
sounds academic and `toggle` says nothing about what it toggles.

Solution: rename the public API and `:Preview` subcommands to `build`
(one-shot) and `watch` (live preview). Internal compiler functions are
unchanged. No aliases for old names — clean break.
2026-03-03 16:40:51 -05:00
..
commands.lua refactor: rename compile/toggle commands to build/watch 2026-03-03 16:40:51 -05:00
compiler.lua fix(compiler): format is_longrunning and annotate is_reload field 2026-03-03 16:28:37 -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: rename compile/toggle commands to build/watch 2026-03-03 16:40:51 -05:00
log.lua feat: rename 2026-03-02 21:23:40 -05:00
presets.lua refactor(presets): add reload field, remove synctex field 2026-03-03 16:23:41 -05:00
reload.lua feat(reload): add SSE live-reload server module 2026-03-03 16:23:35 -05:00