preview.nvim/lua/preview
Barrett Ruth 51a99dd876
feat: add statusline function
Problem: no way to expose compiling/watching state to statusline
plugins like lualine or heirline without polling status() and
formatting it manually.

Solution: add `require('preview').statusline()` that returns
'compiling', 'watching', or '' for direct use in statusline components.
2026-03-03 13:33:13 -05:00
..
commands.lua feat: rename watch → toggle, auto-compile on start, built-in opener 2026-03-02 23:37:44 -05:00
compiler.lua Refactor/preset name true syntax (#4) 2026-03-03 00:49:10 -05:00
diagnostic.lua feat: rename 2026-03-02 21:23:40 -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 feat: add statusline function 2026-03-03 13:33:13 -05:00
log.lua feat: rename 2026-03-02 21:23:40 -05:00
presets.lua refactor(config): replace array preset syntax with preset_name = true (#3) 2026-03-03 00:25:49 -05:00