tamton-aquib / staline.nvim

A modern lightweight statusline and bufferline plugin for neovim in lua.
MIT License
373 stars 16 forks source link

[stabline] [BUG]: The view on filenames doesn't move with the cursor #63

Open bogdan-the-great opened 6 months ago

bogdan-the-great commented 6 months ago

Previously referenced in issue #60.

The view (currently focused on buffer and others around it) doesn't move with the cursor (currently focused on buffer) so it doesn't show buffers that are not visible because of the screen width.

image

The cursor is at the leftmost buffer, but the whole view doesn't shift to the right to reveal its filename.

tamton-aquib commented 6 months ago

Good catch, I'll start fixing this.