mbpowers
mbpowers
I just downloaded on linux and am having the same issue. Was wondering if you were using vim mode when it was working, as my first assumption was that may...
It looks like `termguicolors=true` is now the default but it is set after `VimEnter` according to [this](https://github.com/neovim/neovim/pull/26550) and [this](https://github.com/neovim/neovim/pull/26579) and is maybe related. I am not getting the termguicolor missing...
okay I think this should be good
I had the same lag after `MoltenInit` while using a venv for `python3_host_prog` and cheakhealth looked good. I had jupyter installed on the system but not in the venv so...
no worries at all, just got some free time myself :] #12
Ah yep! Not sure at this point, but I remember having trouble with remapping the functions, but it works fine now. I'm used to plugins exposing commands so that might've...
this is because you do not have an XDG_CACHE_HOME variable set in your shell environment. you can add something like ``` export XDG_CACHE_HOME="$HOME/.cache" ``` to your shell config and it...
I was thinking about this too (and would be willing to implement it). I saw that there was #801 which uses Mpris instead of pipewire for per app, but as...
I'm pretty sure I got every volume slider. I can also add in mic input volume max but wasn't sure if people would actually need that above the default 100%....
This appears to be fixed for me if you can confirm @JDKamalakar