Widowan
Widowan
Just for completeness: aside from mapping `TSPunctBracket` to nonexisting group as mentioned by TS team, you can map captures also (and the result is exactly the same): ```lua highlight =...
Okay, I'm dumb and it is actually way easier to do with remapping highlight and also allows language-specific modifications ```vim vim.cmd[[augroup rainbow]] vim.cmd[[ au BufEnter * hi TSPunctBracket NONE]] vim.cmd[[...
`rainbow` was something that Just Worked(tm) and now, with recent update of TS (I suspect that is the cause, I haven't updated my plugins in a loong time) it broke...
Sure. The server was `play.minesuperior.com`
I almost forgot, it's worth mentioning that server is using TCP Shield, so I had to manually set force protocol version to latest
Since this is still an issue, I hope my workaround helps anyone: https://github.com/Widowan/steam-wire/ This is a script for pipewire's wireplumber that automatically changes input to wine64-preload for steam input. Only...