Subhaditya Nath

Results 86 comments of Subhaditya Nath

May I please see how you implemented your solution? i.e. please show the code that you are talking about.

Replace the above code with this - ```vim function! VisualSelectionSize() let spc = g:airline_symbols.space if mode() ==# "\" return (abs(line('v') - line('.')) + 1) . 'x' . (abs(virtcol('v') - virtcol('.'))...

@PlasmaHH I also apologize if my old post came across as condensing/negative. English is not my native language, so miscommunication may occur. I actually wanted it to come across as...

https://github.com/vim-airline/vim-airline/blob/cb1bc19064d3762e4e08103afb37a246b797d902/autoload/airline/init.vim#L223 If we implement what I suggested earlier, then it's simply a matter of this - ```vim let temp = g:airline_section_z_parts let temp[-1] = '%v' let g:airline_section_a = airline#section#create(temp) unlet...

> I have no idea if the dict solution would be any fast or not, it just seems that the code assemling the section seems to potentially be called quite...

@liuchengxu Can I please know the font [in this post?](https://github.com/liuchengxu/vim-clap/issues/1#issuecomment-587484147)

Any progress on this? Currently, there is no way to control the the source (microphone) volume using waybar. Scrolling on _any_ pulseaudio module results in changing the sink (speaker) volume,...

@OJFord You can use ```css #pulseaudio.input.source-muted { background: red; } ```

### Diagnosis - If `interface` is set in the config, then `config_["interface"].isString()` is true. - When `config_["interface"].isString()` is true, the module never sets `want_route_dump_ = true;` - so `askForStateDump()` never...

Implement #401 please. I find markdown's headings like `#####` _very_ hard to read due to the separation in between.