preview.nvim/spec
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_spec.lua refactor: rename compile/toggle commands to build/watch 2026-03-03 16:40:51 -05:00
compiler_spec.lua feat(compiler): add configurable error output modes (#14) 2026-03-03 14:57:44 -05:00
diagnostic_spec.lua feat: rename 2026-03-02 21:23:40 -05:00
helpers.lua feat: rename watch → toggle, auto-compile on start, built-in opener 2026-03-02 23:37:44 -05:00
init_spec.lua feat: add statusline function (#10) 2026-03-03 13:37:36 -05:00
minimal_init.lua ci: format 2026-03-01 17:22:59 -05:00
presets_spec.lua refactor(presets): add reload field, remove synctex field 2026-03-03 16:23:41 -05:00
reload_spec.lua feat(reload): add SSE live-reload server module 2026-03-03 16:23:35 -05:00