Leon
Leon
Going through and adding NeoVim definitions to my colorscheme, I came across a minor related point: Some treesitter groups (and possibly LSP ones too) cannot be inspected with `:hi`, only...
Understood. In fact, that works well: `nvim -u NORC`, followed by `packadd ` and then `:hi` seems like a good way to show a relatively concise list of things that...
I'm interested in building 4.x, but would prefer to link to system libs (esp. freetype and opus). My distribution (linux) has a build template for 3.6 which seems to use...
I think the mirror detection issue was temporary (possibly due to some network issues). I'm able to complete the install by manually specifying the mirror. To help direct search traffic...
Yes for me the main thing is to be able to read the help page when I'm using (CSS) dark mode. I will see if I get time to look...
> qute://config I guess you mean `qute://settings`? I didn't know it existed tbh :smile:, mostly I just use the prompt or config file. Now this makes me wonder if `qute.css`...
See https://github.com/qutebrowser/qutebrowser/pull/7221#issuecomment-2201681505 for a workaround on QtWebEngine 6.7+
> This works well https://github.com/AckslD/nvim-FeMaco.lua Had a quick look but from what I understand that one is about *editing* the fenced blocks (with proper LSP diagnostics completion, still very useful...
In my own floating terminal/help/man plugin, I have now implemented a very dumb alternative which uses tree-sitter to detect the local fenced block and send the lines to a specified...
Actually, this request overlaps quite a bit with the existing [RUF012](https://docs.astral.sh/ruff/rules/mutable-class-default/) rule from ruff, which is already subject to debate: https://github.com/astral-sh/ruff/issues/5243. In that case, I suppose there is not much...