Pascal Kuthe

Results 451 comments of Pascal Kuthe

Nvim does this because nvim *can't* display virtual text inline. And uses language server specific plugins to do so. Displaying virtual text past the EOL doesn't work well because there...

Loving the new/improved motions very useful 👍 About the object selection: I think you need to discard that when any transaction is applied too (since `apply_impl` does not call `set_selection`...

I marked this as waiting on PR for now until #6156 is merged

> I'm not quite sure what I should do with this test: > > https://github.com/helix-editor/helix/blob/68fc10903aad7b5dbb5b8be4ee17343e1a1b8f6c/helix-view/src/document.rs#L1392-L1398 > > There's no way to create a document without specifying the desired line ending...

> Just merged current master due to conflicts. > > Since there's a config parameter for document creation I'm now using that to get the default line ending config. Though...

This seems a bit nieche to use up another key binding. What do you think k of just opening this directory picker when using `:cwd` without an argument?

Closing as this PR has gone stale and our previous review is still unaddressed. Thanks you for contributing

@gibbz00 could you maybe provide a summary of what exactly this does. There are 43 commits in this PR so reading trough them all is kind of a chore

> It was mostly fixed by #5842, but there are still some cursor overlapping edge cases caused by position calculation. Soft wrap also seems to trigger the overlapping since the...

see #10257 and particularly https://github.com/helix-editor/helix/pull/10257#issuecomment-2050683790 relevant (latter contains descirpiton of a popupmanager that I think can resolve this issue)