v0.3.0
This version add a new component, and a new option.
New components (breaking change)
| Component | Description |
|---|---|
| tabline_buffers() | Instead of the component tabline_file_info, we now ship tabline_buffers(), which has a more descriptive name, and can be used directly. |
New opts
| Component | Description |
|---|---|
| colors | It's now possible to pass a table of colors that will be used as default colors by all heirline-components.nvim components. Also, we've documented how to customize colors 100% |