preview.nvim/lua
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
..
preview feat: add statusline function 2026-03-03 13:33:13 -05:00