Gokul Soumya
Gokul Soumya
We need an implementation sans tree-sitter anyway for working with plaintext files or files without a grammar, so we could fall back to that if tree-sitter based matching returns no...
There's a flake.nix linked in the initial post, it's collapsible so easy to miss. I could reproduce the crash with it (on mobile right now so can't get the `hx...
Tabs are useful when you want to glance at other files without changing your current layout of open splits. Atleast that's the primary use I have for them.
Really cool addition! I personally use it a lot in my neovim setup. As for the comments: > * How do we want to handle line numbers? Looking at the...
@s0LA1337 we're on the same page about the line number display, your implementation was exactly how i imagined it to be.
> On the other hand, we could use the same bindings but with `Alt-` instead to make the delineation of which pane it should apply to. I quite like the...
A usecase for this from #4246: > Is there an easy way to set the `CARGO_TARGET_DIR` env var when running rust-analyzer? > > I'd like to set it to something...
I think a typable command would be a better fit here. It's not as widely used as the other LSP features like `goto-*`, and I would consider the space layer...
~The existing `]D` binding for goto last diagnostic could be bound to `]` (`]` followed by `ctrl-d`) and the workspace variant could occupy `]D` on the premise that the latter...
@georgesboris https://github.com/helix-editor/helix/pull/4229.