Blaž Hrastnik

Results 557 comments of Blaž Hrastnik

We don't support that yet: https://github.com/helix-editor/helix/pull/2653 Seems like https://github.com/haskell/haskell-language-server/pull/3452 should help though and there was a regression in GHC 9.4?

I don't find this useful, how is it any better than just opening to an empty scratch buffer? You can always press space to get a help menu and continue...

Probably a version of https://github.com/helix-editor/helix/issues/3346 since the files seem to be under `/usr/lib`

You shouldn't run as sudo as this will mess up your package installation. Are you trying to add new grammars or why are you trying to fetch? Right now you...

> is very confusing IMO Personally I find smooth scrolling disorienting. It's also very inefficient because it will trigger lots of full screen redraws. To get this into `helix-term` it...

> Seems pretty integral We have different definitions of essential, tabs are completely unnecessary in my workflow and often misused in vim. The project is not just a vim clone....

(To clarify, I'm not saying no to the PR, but this discussion is getting rather heated.)

@cornmonger I can't find the more detailed explanation that used to live on StackOverflow but https://github.com/helix-editor/helix/issues/2295#issuecomment-1826118276 shows an example of how vim tabs were developed: they are different view pane...

> > Refactor tree-sitter-highlight to work like the atom one, recomputing partial tree updates. This is already done, the base layer is incremental, and injections are recomputed. I personally don't...

I don't have any plans to drop the regex library, I also don't plan on supporting syntect. The scope of this issue should purely be on disabling highlighting on 200MB+...