Skip to content

v0.3.0

Choose a tag to compare

@Zeioth Zeioth released this 14 Feb 19:29
· 230 commits to main since this release

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%