rebelot / heirline.nvim

Heirline.nvim is a no-nonsense Neovim Statusline plugin designed around recursive inheritance to be exceptionally fast and versatile.
MIT License
1.02k stars 40 forks source link

feat: allow updateable components in statuscolumns #165

Closed willothy closed 1 year ago

willothy commented 1 year ago

Allows statuscol to include the update property so not every component is updated constantly and repetition of expensive computations can be minimized.

willothy commented 1 year ago

Actually, this kinda breaks most standard statuscol components, as they need to be evaluated per-line. Closing as I don't think this is a necessary change.