helix
helix copied to clipboard
A post-modern modal text editor.
`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'...
### 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...
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
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) -...
This PR turns this:  into this:  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...
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...
([link to repo](https://github.com/naclsn/tree-sitter-nasm) for completeness)
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....