Blaž Hrastnik

Results 491 comments of Blaž Hrastnik

> miwc some_text That will repeat just fine with `Alt-.` `.`.

Ubuntu still seems to carry 1.59: https://packages.ubuntu.com/search?keywords=rustc

With the bump to 1.61, https://github.com/helix-editor/helix/blob/4c9f144dace484ca99cc84053493ed7b5f6946ac/helix-term/src/ui/picker.rs#L368-L370 should now be removed together with the crate import

Can you reproduce with `hx -v` and share the logfile? We want to see what exactly we're sending to the LSP

Do we need to have a preview doc though? The users can cycle over `:theme` completions and see how each theme would look like with their codebase

> There's a preview for all themes in the wiki, but they look different. Yeah, but we could remove that page altogether? It served a purpose when themes didn't have...

I'm just trying to gauge if this is desirable or not. If users want a html doc with these then that's okay, I'm just saying personally: I preview these in...

> I converted to a draft because that doesn't support doc-comment. Any idea on how we want to do this? Do we want to add the doc-comment syntax in `languages.toml`?...

> > Actually, an easier way would be: find a comment (`//`), then scan forward until you reach whitespace. Then scan to the end of whitespace: > > I thought...

> The problem I have is I don't know if there's a way to distinguish between a block-comment vs a line-comment. Do we have a way to know whether a...