Right aligned status icons merged to main! #228
cseickel
announced in
Announcements
Replies: 2 comments 7 replies
-
Is that circle suppose to change somehow indicating staged/unstaged changes made to buffer? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Where should I put the config to achieve the effect of the title? Sorry I didn't follow this thread the moment you were discussing it... update: I just made it works by putting configs in The question follows this is: It seems that
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is something I've wanted from the beginning and I finally made it happen. With the new container support feature that I just merged to main, we now have right aligned diagnostic and git status icons. This also means that if there is not enough space, those icons will overlay the file name.
Even better, when a file name is truncated the last three characters will now fade out to indicate that. This is my favorite part.
Neo-tree.container.character.fading.mp4
If you have configured custom renderers, you will need to copy the new container component config from the default config to take advantage of this.
I made one change to the default values, which is to remove the default staged/upstaged symbols from the git status component. I think it looks better that way because it keeps that component to a one character symbol all the time.
I'm going to let this sit in main for a few days to see if there are any issues. If you try it out, please provide feedback!
Beta Was this translation helpful? Give feedback.
All reactions