Michael Davis a2033e2239 WIP: The proper Spellbook integration patch
Prior integration patches went about it in the most simple and direct
way, which is unfortunately completely different than how it _should_
look. Some bad prior art:

* Checking was done during each render only on the current viewport
* Dictionary loading was hard-coded and done during `Editor::new`
* The UX for suggestions was not hooked into code actions
* Same for "Add {word} to dictionary"

Ultimately this is still very unbaked. Big parts still to do:

* Run a tree-sitter query to discover parts of the document that need to
  be checked. Look at the queries used in Codebook - I believe we want
  to follow that strategy at least partially. It uses different captures
  to control the strategy used to parse the captured content. (For
  example capturing strings)
* Support multiple dictionaries at once. Not totally sure what this
  looks like yet, other than `dictionaries.iter().any(..)`.
* Figure out how many configuration levers we need. Again, Codebook is
  likely to be good inspiration here.
2025-11-30 13:33:48 -05:00
2024-01-23 11:20:19 +09:00
2025-11-30 11:18:14 -06:00
2025-11-30 11:18:14 -06:00
2025-07-26 18:02:29 -04:00
2025-03-04 11:31:54 -05:00
2024-11-20 16:18:42 -06:00
2025-07-18 10:39:27 -04:00
2025-10-06 10:00:08 -04:00
2025-08-26 17:19:41 -04:00
2025-11-30 11:18:14 -06:00
2021-05-11 01:44:00 +09:00
2024-01-02 23:16:37 +01:00
2024-10-16 01:52:50 +09:00
2022-03-30 00:16:57 +09: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!

S
Description
A post-modern modal text editor.
https://helix-editor.com Readme MPL-2.0
126 MiB
Languages
Rust 76.2%
Tree-sitter-Query 22.9%
Handlebars 0.4%
Nix 0.2%
CSS 0.1%