Open
Description
(I originally opened an issue upstream, but it was closed because the maintainer of Helix preferred to have this in a plugin. As such, I'm proposing it here in case you would be interested in having this feature in evil-helix: this issue suggests making the display of line numbers more similar to what we have in vim-airline.)
Hi.
Currently, the display for current line and total line numbers in the statusline is separate.
I'd prefer if it could be combined.
For instance, to have something like this:
5/15:2
(current line)/(total line numbers):(column)
instead of:
5:2 15
I'm also open to other ideas, but I like having (current line)/(total line numbers)
.
Thanks.