preview.nvim/lua/preview
Barrett Ruth f2432969bd
fix(compiler): reformat one-shot open condition for line length
Problem: the added fs_stat condition exceeded stylua's line length
limit on the one-shot open guard.

Solution: split the boolean condition across multiple lines to match
the project's stylua formatting rules.
2026-03-04 13:50:32 -05:00
..
commands.lua fix(commands): register VimLeavePre to call stop_all 2026-03-04 13:48:46 -05:00
compiler.lua fix(compiler): reformat one-shot open condition for line length 2026-03-04 13:50:32 -05:00
diagnostic.lua fix(presets): correct error parsers for real compiler output (#11) 2026-03-03 14:14:59 -05:00
health.lua feat: rename watch → toggle, auto-compile on start, built-in opener 2026-03-02 23:37:44 -05:00
init.lua fix(init): guard against unnamed buffer in public API 2026-03-04 13:49:37 -05:00
log.lua feat: rename 2026-03-02 21:23:40 -05:00
presets.lua feat: unified reload field for live-preview (SSE + long-running watch) (#19) 2026-03-03 16:41:47 -05:00
reload.lua fix(reload): bind SSE server to port 0 for OS-assigned port (#21) 2026-03-03 17:46:04 -05:00