helix icon indicating copy to clipboard operation
helix copied to clipboard

A post-modern modal text editor.

Results 1421 helix issues
Sort by recently updated
recently updated
newest added

`set_string_truncated` renders the entire string while ignoring newlines, so if the diagnostic's message contains multiple lines then `draw_eol_diagnostic` produces output like 'first linesecond line'. An alternative would be to reformat...

Git merge commit messages have no highlighting. This can be verified with ```sh cd $(mktemp -d) git init hx-msg-test cd hx-msg-test/ touch test git add test git commit --message 'Ok'...

C-enhancement
A-language-support

### Summary When Using multiple language servers and issuing a "hover" command via "space, k" it attempts the first LSP and does not attempt the other configured LSPs. Config: ```sh...

C-bug

This adds syntax highlighting for inline Nim source in Nix files when using `writers.writeNim` and `writers.writeNimBin`, introduced in nixpkgs in https://github.com/NixOS/nixpkgs/pull/338857

A-language-support

I'm planning to work on this, so feel free to assign (I don't have permissions). ### Current situation: - Grammar used by Helix is https://github.com/yusdacra/tree-sitter-protobuf at `19c211a01434d9f03efff99f85e19f967591b175` - [Queries](https://github.com/helix-editor/helix/tree/master/runtime/queries/protobuf) -...

C-enhancement
A-language-support

This PR turns this: ![image](https://github.com/user-attachments/assets/272d1ac7-7022-4b3f-af93-6a7155b51ee1) into this: ![image](https://github.com/user-attachments/assets/383307a3-4f2f-4f09-b588-d3adb63eb1ff) The main issue is that something like #8362 is not merged. I initially wanted to expand all tabs by default, however this...

### Summary I have a rust import statement, use foo::{bar, baz}; If I place the cursor on the rightmost }, and try to do mdm it doesn't work (error says...

C-bug

added my hand-written, customized variation of aura theme: _aurara_; and added a port of [the original aura theme](https://marketplace.visualstudio.com/items?itemName=DaltonMenezes.aura-theme) in two variations (dark and dark soft). Aurara uses the colors from...

A-theme

([link to repo](https://github.com/naclsn/tree-sitter-nasm) for completeness)

A-language-support

This PR allows selecting custom character to draw editor rulers and it contains fixes and improvements on PR https://github.com/helix-editor/helix/pull/9256 #### Differences from previous PR 1. No unnecessary formatting changes 2....