Releases: akinsho/bufferline.nvim
Releases · akinsho/bufferline.nvim
v2.6.0
- refactor(highlights): soft deprecate the usage of gui* fields in favour of the same fields used by
nvim_set_hl
- fix(tabpages): handle tabpages that show the exact same buffer
- refactor(highlights): simplify/condense highlighting logic per buffer visibility state
v2.5.1
- fix(tabs): A regression in the previous release caused tabs mode to stop working, this is now resolved.
v2.5.0
- The
highlight
field can now be specified as a function which will recieve the defaults so a user can set custom highlights based on those.
- When the tabline is not visible cycle next and previous will use
bnext
and bprev
v2.4.0
This release adds
- The ability to disable the diagnostic indicator for a more minimal appearance by setting the value of
diagnostic_indicator
to false
It fixes:
- The buffer class' path field not using the full path