romgrk / barbar.nvim

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

feat: reorder buffers with mouse drag #545

Closed Iron-E closed 5 months ago

Iron-E commented 5 months ago

Closes #261

The feature is automatically enabled when clickable = true during setup.

Todo:

Iron-E commented 5 months ago

Not enough time to review & test but go ahead when you think it's ready.

What is your opinion on caching layout changes to make buffer dragging faster? It'd be easy to revert that part of this PR if you think it should be.

Pros:

Cons:

romgrk commented 5 months ago

I think simplicity first, and only do the performance optimization if it's required.