preview.nvim/lua
Barrett Ruth 1d0077ab60
refactor(commands): remove stop subcommand
Problem: :Preview stop had a subtle distinction from toggle-off (kill
process but keep autocmd) that nobody reaches for deliberately from
the command line.

Solution: remove stop from the command dispatch table. The Lua API
require('preview').stop() remains as a programmatic escape hatch.
2026-03-04 13:11:14 -05:00
..
preview refactor(commands): remove stop subcommand 2026-03-04 13:11:14 -05:00