preview.nvim/lua
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
..
preview fix(compiler): check executable before spawning process 2026-03-04 13:50:06 -05:00