Daan Goossens
Daan Goossens
I updated the custom keymap described in https://github.com/numToStr/Comment.nvim/issues/17#issuecomment-939413608 since the internal util functions seem to have changed a little bit. ```lua -- NOTE: custom workaround until natively supported local U...
@xeluxee I quickly updated (by borrowing the indentation code from the actual plugin) it to address the issues you mentioned, hopefully that makes it also good enough for you as...
This is probably a duplicate of #1568, for which a fix is already merged into master. But this hasn't made it to a release yet. So if you really want...
I don't get what exactly the problem is. In both cases you say the module dissapears when the bluetooth controller is blocked. Which indicates that you set ```"format-disabled": ""```. Maybe...
Ok, I see now what the problem is. It is probably the same as #1603, since you say you unblock all devices using systemd. If so, make sure the systemd...
Hmm, that is indeed weird. For me it also works fine, when I rfkilled bluetooth on startup. That no controller shows up in ```bluetoothctl show``` would indicate that waybar would...
Interesting, I didn't know that was possible. As a workaround, I guess the one you mentioned works, by making sure bluetooth is rfkill unblocked at startup and rfkill blocked after...