Discussion: bufferline/statusline/picker elements #10267
Unanswered
sbromberger
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.Beta Was this translation helpful? Give feedback.
All reactions