Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to align correctly with neo-tree #629

Open
RoccoRakete opened this issue Nov 23, 2024 · 4 comments
Open

How to align correctly with neo-tree #629

RoccoRakete opened this issue Nov 23, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@RoccoRakete
Copy link

You can see the little offset. This is driving me crazy!
Any tips on how to fix that?

image

@Iron-E
Copy link
Collaborator

Iron-E commented Nov 23, 2024

The separators might be different 🤔 I'll dig into it

@Iron-E Iron-E added the bug Something isn't working label Dec 11, 2024
@Blackilykat
Copy link

Blackilykat commented Jan 29, 2025

Getting this as well with NvimTree, my tree having a different background makes it look like it's off by one cell:

Image

Image

@romgrk
Copy link
Owner

romgrk commented Jan 29, 2025

You need to adjust your vertical separator to use the same character as barbar's tab separator.

@Iron-E
Copy link
Collaborator

Iron-E commented Jan 31, 2025

I've been working on a refactor in my spare time that puts the fillchar separator for the sidebar in the &tabline to address this, which prevents users having to change their config.

The only blocker is that I foresee an situation where someone would have multiple sidebars open on one side, and currently we don't have support for that. I would need to refactor it, and I've been thinking about how best to do that. Might just be out of scope for this issue though.

@romgrk should I throw up an MR with that changeset for review sometime this weekend? Or is changing the separator for the buffer what we want to suggest moving forward?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants