Pascal Kuthe

Results 308 comments of Pascal Kuthe

I am not sure is this is the right approach. It fixes the common case of CRLF linenedings but actually just exposes a more deeply rooted issue: text-wrap handles line...

I am closing this pr as it has gone stale (over a year without development). Like I said in a different issue we are planning to move away from textwrap...

This feature should be possible to implement efficiently by running aho-corsik on the current buffer (as an async completion task, the infrastructure is already provided by the multi lsp PR)....

With #5420 merged this PR will need to be ported to the new text rendering in `ui/document.rs`

clsoing this one as stale as the rendering code has been entirely replaced. Thank you for contributing

sorry about the delay with finishing my review, I am a bit busy in the days leading up to christmas and didn't get the chance to sit down for a...

The next milestone is only a set of PRs we intend to likely merge at some point/that we don't want to loose track of. But not indicative that PRs will...

> I Hope I'm not too late, but I would like helix to also support `(config|languages).local.toml`, that way I can easily have a global gitignore for it and avoid polluting...

I believe this was made obsolete with the spacing changes included in #3890