bufferline.nvim

A snazzy bufferline for Neovim

GPL-3.0 License

Stars
3.5K
Committers
120

Bot releases are hidden (Show)

bufferline.nvim - v3.6.0

Published by akinsho over 1 year ago

What's Changed

Features ⭐

Docs 😪

New Contributors

Full Changelog: https://github.com/akinsho/bufferline.nvim/compare/v3.5.0...v3.6.0

bufferline.nvim - v3.5.0

Published by akinsho over 1 year ago

What's Changed

Bug Fixes

Full Changelog: https://github.com/akinsho/bufferline.nvim/compare/v3.3.0...v3.5.0

bufferline.nvim - v3.3.0

Published by akinsho over 1 year ago

What's Changed

Features

Bug fixes 🐛

New Contributors

Full Changelog: https://github.com/akinsho/bufferline.nvim/compare/v3.2.0...v3.3.0

bufferline.nvim - v3.2.0

Published by akinsho over 1 year ago

What's Changed

Docs

Bug fixes

New Contributors

Full Changelog: https://github.com/akinsho/bufferline.nvim/compare/v3.1.0...v3.2.0

bufferline.nvim - v3.1.0

Published by akinsho almost 2 years ago

What's Changed

Bug Fixes 🐛

Other Changes

Full Changelog: https://github.com/akinsho/bufferline.nvim/compare/v3.0.1...v3.1.0

bufferline.nvim - v3.0.1

Published by akinsho almost 2 years ago

What's Changed

Bug Fixes 🐛

Full Changelog: https://github.com/akinsho/bufferline.nvim/compare/v3.0.0...v3.0.1

bufferline.nvim - v3.0.0

Published by akinsho about 2 years ago

Breaking changes:

  • refactor(handle_click)!: remove vim script wrapper @nullchilly

Bug fixes:

  • fix(groups): typo in indicator segment highlight @akinsho

  • feat(commands)!: reuse close_command for deleting commands @yangyuanxx

Features

  • feat: add get_elements command @andy-bell101

  • feat(tabs): allow moving/reordering tabs #588 @toh995

  • fix(commands): trigger redraw after delete in direction @nat212

bufferline.nvim - v2.11.1

Published by akinsho about 2 years ago

What's Changed

New Features 🎉

New Contributors

Full Changelog: https://github.com/akinsho/bufferline.nvim/compare/v2.10.1...v2.11.1

bufferline.nvim - v2.10.1

Published by akinsho about 2 years ago

What's Changed

New Features 🎉

Bug fixes

  • fix(hover): swallow errors getting mouse position on cursor hold

New Contributors

Full Changelog: https://github.com/akinsho/bufferline.nvim/compare/v2.9.1...v2.10.1

bufferline.nvim - v2.9.1

Published by akinsho about 2 years ago

What's Changed

Bug fixes

  • bugfix(hover): factor in offset sizes to hover positions

Full Changelog: https://github.com/akinsho/bufferline.nvim/compare/v2.9.0...v2.9.1

bufferline.nvim - v2.9.0

Published by akinsho about 2 years ago

What's Changed

New Features

hover-event-preview

Bug fixes

Other Changes

New Contributors

Full Changelog: https://github.com/akinsho/bufferline.nvim/compare/v2.8.2...v2.9.0

bufferline.nvim - v2.8.1

Published by akinsho about 2 years ago

bugfix(config): reset highlights on background change

bufferline.nvim - v2.8.0

Published by akinsho about 2 years ago

  • feat(offsets): add optional separator
  • feat(highlights)!: add underline indicator style
  • chore(config): soft deprecate "indicator_style" for "indicator"
  • fix(highlights): icon highlights should only be set once
bufferline.nvim - v2.7.0

Published by akinsho about 2 years ago

This release primarily fixes a few issues but also adds a small feature, i.e. offsets are now automatically truncated with an ellipsis rather than a hard stop.

  • fix(offset): truncate long offset text with multibyte characters
  • fix(highlights): should be overridable by default
  • fix(groups): highlighting should only be for matching buffers
  • feat(offsets): append ellipsis for truncated offsets
bufferline.nvim - v2.6.0

Published by akinsho about 2 years ago

  • 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
bufferline.nvim - v2.5.1

Published by akinsho about 2 years ago

  • fix(tabs): A regression in the previous release caused tabs mode to stop working, this is now resolved.
bufferline.nvim - v2.5.0

Published by akinsho about 2 years ago

  • 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
bufferline.nvim - v2.4.0

Published by akinsho over 2 years ago

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
Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
CI