No description
Find a file
2025-02-10 14:46:53 -06:00
.cargo
.github Fix typos () 2025-02-02 18:58:29 -06:00
book Add CSV language and syntax highlighting () 2025-02-10 10:51:06 -06:00
contrib Fix Bash completion space regression () 2025-02-10 10:42:45 -06:00
docs Document installation of rust-analyzer via rustup () 2025-02-01 19:43:20 -06:00
helix-core Print full error chain when failing to load grammar () 2025-02-04 08:18:54 -06:00
helix-dap DAP: Drain pending requests on recv failure 2025-02-04 09:09:54 -05:00
helix-event Add support for path completion () 2024-11-21 21:12:36 -06:00
helix-loader fix(lints): clippy 1.84 2025-01-23 15:18:16 -05:00
helix-lsp LSP: Eagerly send requests in Client::request 2025-02-01 19:32:37 -05:00
helix-lsp-types build(deps): bump the rust-dependencies group with 4 updates () 2025-02-03 17:37:46 -06:00
helix-parsec
helix-stdx perf(ropey): enable simd feature for stdx () 2025-01-30 19:51:34 -05:00
helix-term LSP: Move diagnostic handling from Application to Editor 2025-02-04 10:39:42 -05:00
helix-tui
helix-vcs build(deps): bump the rust-dependencies group with 4 updates () 2025-02-03 17:37:46 -06:00
helix-view LSP: Properly discard out-of-date diagnostics 2025-02-04 10:39:49 -05:00
runtime feat: add mising pkgs.writers.write* nix tree-sitter injections () 2025-02-10 14:46:53 -06:00
xtask
.envrc
.gitattributes Add .gitattributes () 2022-08-03 08:21:51 -05:00
.gitignore fix: added .DS_Store to gitignore 2024-11-20 16:18:42 -06:00
base16_theme.toml
Cargo.lock build(deps): bump the rust-dependencies group with 4 updates () 2025-02-03 17:37:46 -06:00
Cargo.toml build(deps): bump the rust-dependencies group with 4 updates () 2025-02-03 17:37:46 -06:00
CHANGELOG.md Fix typos () 2025-02-02 18:58:29 -06:00
default.nix
flake.lock
flake.nix
grammars.nix Fix typos () 2025-02-02 18:58:29 -06:00
languages.toml Add CSV language and syntax highlighting () 2025-02-10 10:51:06 -06:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix build(nix): update flake deps, add default.nix file 2022-06-21 17:39:30 -05:00
theme.toml

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!