How do I add the number of currently highlighted characters to the vim-airline plugin?

43 views Asked by At

I'm in love with vim-airline (once I figured out how to configure it) but one thing I cannot figure out how to do is add the count of currently selected/highlighted characters to the bar. I'm hoping there is a configuration option for this in vim-airline. This is what my status bar looks like currently:

My current status bar

What I was trying to do was add a configuration variable to my .vimrc for vim-airline. The general format of the configuration line is: let g:airline_symbols.colnr = ' Ⅲ '

I cloned the source and searched for a list of configuration options but didn't find anything that seemed to deal with what I need. Doesn't mean it's not there--there doesn't seem to be any list like this.

0

There are 0 answers