No description
Find a file
Nikita Revenco 8f5f818c88
fix(highlights): recognize ! as the never type ()
Co-authored-by: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com>
2025-01-11 10:49:39 -06:00
.cargo Add hook/event system 2024-01-23 11:20:19 +09:00
.github
book language support: CodeQL () 2025-01-10 09:03:04 -06:00
contrib Add changelog notes for 25.01 () 2025-01-03 13:50:51 -06:00
docs release docs: Fix git push command for the release tag 2024-12-22 09:48:32 -05:00
helix-core Revert "refactor(shellwords)!: change arg handling strategy ()" 2025-01-06 12:39:53 -05:00
helix-dap
helix-event
helix-loader build(deps): bump the rust-dependencies group with 3 updates () 2025-01-06 19:34:21 -05:00
helix-lsp LSP Client: Accept floats with trailing zeros as valid JSONRPC IDs () 2024-12-31 12:45:47 -06:00
helix-lsp-types build(deps): bump the rust-dependencies group with 2 updates () 2024-12-31 09:12:48 -06:00
helix-parsec
helix-stdx build(deps): bump the rust-dependencies group with 3 updates () 2025-01-06 19:34:21 -05:00
helix-term Fix a typo in join_selections () 2025-01-08 08:42:41 -06:00
helix-tui
helix-vcs build(deps): bump the rust-dependencies group with 3 updates () 2025-01-06 19:34:21 -05:00
helix-view Run formatter from Document directory () 2025-01-08 12:36:40 -06:00
runtime fix(highlights): recognize ! as the never type () 2025-01-11 10:49:39 -06:00
xtask minor: Setup default keymap directly in xtask docgen 2024-12-28 21:42:09 -05:00
.envrc
.gitattributes
.gitignore
base16_theme.toml
Cargo.lock build(deps): bump the rust-dependencies group with 3 updates () 2025-01-06 19:34:21 -05:00
Cargo.toml build(deps): bump the rust-dependencies group with 3 updates () 2025-01-06 19:34:21 -05:00
CHANGELOG.md changelog: Add missing breaking change for display-messages config 2025-01-06 14:18:26 -05:00
default.nix
flake.lock Bump flake dependencies 2024-10-21 11:27:46 +09:00
flake.nix Make git revision available for nix flake builds () 2024-12-25 11:26:53 -06:00
grammars.nix
languages.toml Add comment tokens for JSONC 2025-01-11 08:42:17 -05:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml Allow theming directory prompt completions () 2024-12-17 21:13:42 -06:00

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

Although it's primarily a terminal-based editor, I am interested in exploring a custom renderer (similar to Emacs) using 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!