Helix Mirror
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Michael Davis f240d896a4
Merge unnecessary/deprecated diagnostic highlights separately (#10084)
Previously unnecessary/deprecated diagnostic tags replaced the highlight
for the severity of a diagnostic. This could cause either the severity
or unnecessary/deprecated scopes to disappear when diagnostic ranges
overlapped though. Plus the severity highlight can be interesting in
addition to the unnecessary/deprecated highlight.

So this change separates the unnecessary and deprecated highlights from
the severity highlights, so each is merged separately and when they
overlap, the highlights are combined.
3 months ago
.cargo Add hook/event system 5 months ago
.github ci: Group minor rust dependency dependabot updates 3 months ago
book Add tcl highlighting (#9837) 3 months ago
contrib Make Helix.appdata.xml spec-compliant (#10051) 3 months ago
docs use workspace inheritance for common version (#8925) 7 months ago
helix-core build(deps): bump the rust-dependencies group with 6 updates (#10007) 3 months ago
helix-dap remove redundant imports (#10154) 3 months ago
helix-event build(deps): bump ahash from 0.8.9 to 0.8.11 (#9813) 4 months ago
helix-loader typofix (#10125) 3 months ago
helix-lsp remove redundant imports (#10154) 3 months ago
helix-parsec use workspace inheritance for common version (#8925) 7 months ago
helix-stdx Use a temporary file for writes (#9236) 3 months ago
helix-term Merge unnecessary/deprecated diagnostic highlights separately (#10084) 3 months ago
helix-tui Add narrow no-break space support (#9604) 3 months ago
helix-vcs Changed file picker (#5645) 3 months ago
helix-view remove redundant imports (#10154) 3 months ago
runtime Add new keyword as per PEP 695 (#10165) 3 months ago
xtask Bump tree-sitter to 0.22.2 3 months ago
.envrc direnv: Watch the rust-toolchain file (#8921) 7 months ago
.gitattributes Add .gitattributes (#3318) 2 years ago
.gitignore Remove vale from .gitignore 2 years ago
CHANGELOG.md typo (#10060) 3 months ago
Cargo.lock build(deps): bump the rust-dependencies group with 3 updates (#10099) 3 months ago
Cargo.toml Add changelog notes for 24.03 (#9946) 3 months ago
LICENSE Add the LICENSE file. 3 years ago
README.md Update README.md to add link to Kakoune and Neovim (#9119) 6 months ago
base16_theme.toml Add jump-label styling for base16 themes (#10076) 3 months ago
default.nix build(nix): update flake deps, add default.nix file 2 years ago
flake.lock flake.lock: Bump flake inputs to prevent a warning message (#9816) 4 months ago
flake.nix Fix version of Nix package (#9013) 7 months ago
grammars.nix Make nix flake respect unused grammars (#9326) 5 months ago
languages.toml Disable todotxt grammar for files named "todo.txt" 3 months ago
logo.svg Reduce logo sizes even more (#9211) 6 months ago
logo_dark.svg Reduce logo sizes even more (#9211) 6 months ago
logo_light.svg Reduce logo sizes even more (#9211) 6 months ago
rust-toolchain.toml bump MSRV to 1.70.0 (#8877) 7 months ago
rustfmt.toml Add rustfmt.toml to force formatting to use rustfmt defaults 3 years ago
screenshot.png update screenshot (#1879) 2 years ago
shell.nix build(nix): update flake deps, add default.nix file 2 years ago
theme.toml Add an Amp-like jump command 3 months ago

README.md

Helix

Build status GitHub Release Documentation GitHub contributors Matrix Space

Screenshot

A Kakoune / Neovim inspired editor, written in Rust.

The editing model is very heavily based on Kakoune; during development I found myself agreeing with most of Kakoune's design decisions.

For more information, see the website or documentation.

All shortcuts/keymaps can be found in the documentation on the website.

Troubleshooting

Features

  • Vim-like modal editing
  • Multiple selections
  • Built-in language server support
  • Smart, incremental syntax highlighting and code editing via tree-sitter

It's a terminal-based editor first, but I'd like to explore a custom renderer (similar to Emacs) in wgpu or skulpin.

Note: Only certain languages have indentation definitions at the moment. Check runtime/queries/<lang>/ for indents.scm.

Installation

Installation documentation.

Packaging status

Contributing

Contributing guidelines can be found here.

Getting help

Your question might already be answered on the FAQ.

Discuss the project on the community Matrix Space (make sure to join #helix-editor:matrix.org if you're on a client that doesn't support Matrix Spaces yet).

Credits

Thanks to @jakenvac for designing the logo!