preview.nvim/lua/preview
Barrett Ruth 8c7bc61286
fix(compiler): format is_longrunning and annotate is_reload field
Problem: stylua required is_longrunning to be on one line; lua-ls
warned about undefined field is_reload on preview.Process.

Solution: inline the boolean expression and add is_reload? to the
preview.Process annotation.
2026-03-03 16:28:37 -05:00
..
commands.lua refactor(commands): derive completion from dispatch table (#15) 2026-03-03 15:03:48 -05:00
compiler.lua fix(compiler): format is_longrunning and annotate is_reload field 2026-03-03 16:28:37 -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(compiler): format is_longrunning and annotate is_reload field 2026-03-03 16:28:37 -05:00
log.lua feat: rename 2026-03-02 21:23:40 -05:00
presets.lua refactor(presets): add reload field, remove synctex field 2026-03-03 16:23:41 -05:00
reload.lua feat(reload): add SSE live-reload server module 2026-03-03 16:23:35 -05:00