Is your feature request related to a problem? Please describe.
The option doom-modeline-enable-word-count controls the displaying of word count in some buffers. I wonder if it would be possible to have the same for character count. Notice that I'm referring to overall character count, not the count for visual mode.
Describe the solution you'd like
A variable such as doom-modeline-enable-character-count to enable/disable character count in the modeline.
Describe alternatives you've considered
I suppose I could use the doom-modeline-def-modeline function to customize it completely, but this seems like a lot of effort for something like that. I also wonder if too many customizations might impact startup.
Is your feature request related to a problem? Please describe. The option
doom-modeline-enable-word-count
controls the displaying of word count in some buffers. I wonder if it would be possible to have the same for character count. Notice that I'm referring to overall character count, not the count for visual mode.Describe the solution you'd like A variable such as
doom-modeline-enable-character-count
to enable/disable character count in the modeline.Describe alternatives you've considered I suppose I could use the
doom-modeline-def-modeline
function to customize it completely, but this seems like a lot of effort for something like that. I also wonder if too many customizations might impact startup.Additional context
Output of
doom info
: