Blaž Hrastnik

Results 557 comments of Blaž Hrastnik

It should work since it's detected. Try running with `hx -v` then looking at the log file?

There's this: https://github.com/helix-editor/helix/discussions/5369#discussioncomment-4574449

Should be fixed now with https://github.com/helix-editor/helix/pull/5471

Priority should be (highest to lowest): 1. `~/.config/helix/runtime` (user's configuration) 2. `HELIX_RUNTIME` (indicates the system's runtime, will be usually be under `/usr/` for package installs, not writable) 3. current executable's...

Oh I agree, I forgot to list it above :) Just wanted to clarify the intended use of `HELIX_RUNTIME`

It's orthogonal to this PR. https://github.com/helix-editor/helix/pull/2135 implements that but it should be rebased after this is merged

Thanks! This was a much needed improvement 🎉

Since there's often significant time between releases of crossterm, I wonder if we could fork it to the `helix-editor` org and use that for the time being -- seems a...

I think that's enough, even if we fork I'd list it as a git dependency. It's a workaround specific to our use case and I'd avoid someone else depending on...

Are you building helix from source? Make sure you're building in release mode. Is there a previous commit version where it works fine? Or maybe a previous haskell lsp version?