Pascal Kuthe

Results 308 comments of Pascal Kuthe

Pl we decided to keep this so this was fixing by #5420

clsoing this one as stale, there is also a newer pr that implements this. Thank you for contributing!

> > > > I would advocate not to depend on tree-sitter on this feature. There are still many languages that don't have TS. I use such languages and I...

Helix has grammars for markup and configuration languages too (like markdown). Any file that has syntax highlighting in helix has a TS grammar. We even have TS grammars for filetypes...

> I think every feature like this should have a good fallback choice regarding colors, that way every theme should work out of the box. That's not happened for inlay-hints...

> > There is a fallback for inlay hints. It's `ui.virtual` (which existed previously in quite a few themes and looked good in many of them). Theme keys fundamentally fallback...

Likely fixed by #7621 or grammar fixes. Please open a new issue if you can reproduce on latest master

closing this one as stale. I don't think we will go forward with these bindings. They could be added as alternatives when we have remappable component key maps available but...

Like I said in #9287 this will be addressed in #6417. These kinds of changes to the positioning system are highly interrelated

> commit https://github.com/helix-editor/helix/commit/ef13bf544daec50034009291bc61030831d43ee7 : picker(global-search): append line number to found options the rest lgtm but I don't think this should be added here. If we are going to do this...