preview.nvim/lua
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
..
preview refactor: rename compile/toggle commands to build/watch 2026-03-03 16:40:51 -05:00