preview.nvim/spec
Barrett Ruth 781a9c4818
fix(compiler): check executable before spawning process
Problem: if a configured binary was missing or not in PATH, vim.system
would fail silently or with a cryptic OS error. The user had no
actionable feedback without running :checkhealth.

Solution: check vim.fn.executable() at the start of M.compile() and
notify with an ERROR-level message pointing to :checkhealth preview
if the binary is not found.
2026-03-04 13:50:06 -05:00
..
commands_spec.lua fix(commands): register VimLeavePre to call stop_all 2026-03-04 13:48:46 -05:00
compiler_spec.lua fix(compiler): check executable before spawning process 2026-03-04 13:50:06 -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 fix(init): guard against unnamed buffer in public API 2026-03-04 13:49:37 -05:00
minimal_init.lua ci: format 2026-03-01 17:22:59 -05:00
presets_spec.lua feat: unified reload field for live-preview (SSE + long-running watch) (#19) 2026-03-03 16:41:47 -05:00
reload_spec.lua feat: unified reload field for live-preview (SSE + long-running watch) (#19) 2026-03-03 16:41:47 -05:00