romgrk / barbar.nvim

The neovim tabline plugin.
2.2k stars 81 forks source link

Refactor and more #443

Closed romgrk closed 1 year ago

romgrk commented 1 year ago

Changes:

Closes #68

romgrk commented 1 year ago

@Iron-E Do you want to review this? I've refactored the layout & scrolling code, and I've added the scroll arrows. I'll add pin/unpin animations in a different PR. I have one minor fix to go and it's ready.

image

require'barbar.api'.set_offset(20, 'Some long content_that overflows')
require'barbar.api'.set_offset(20, 'this_is_the_right_offset_content', nil, 'right')
Iron-E commented 1 year ago

Sure! I'll get started

Iron-E commented 1 year ago

If this closes #68 we should add that to the top

romgrk commented 1 year ago

I'm done with the last fix.