This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Discussion: bufferline/statusline/picker elements #3712
Labels
A-helix-term
Area: Helix term improvements
C-discussion
Category: Discussion or questions that doesn't represent real issues
Now that #2759 has been merged, it might make sense to take a larger look at how we provide consistent display of elements for bufferline, statusline, and the various pickers. For instance, the file modification indicator is hard-coded in the various "render filename" routines used by all three. I think for consistency we should do something like the following:
file-modification-indicator
(similar to theread-only-indicator
proposed in read only indicator #3709) element that can be placed in statuslineAlternately, we can have a common
render_filename
function that will add these things statically, without customization capability.The text was updated successfully, but these errors were encountered: