No description
Find a file
Davide Ferrero 3f9788daaa
update which crate to 5.0.0 ()
* update which crate to 5.0.0

* update which crate to 5.0.0
2023-11-26 01:37:00 +09:00
.cargo
.github
book
contrib
docs Fix search highlighting for the default docs theme () 2023-09-13 16:37:39 +02:00
helix-core
helix-dap
helix-event
helix-loader update which crate to 5.0.0 () 2023-11-26 01:37:00 +09:00
helix-lsp
helix-parsec revamped snippet text element parsing 2023-03-16 15:46:08 +09:00
helix-term
helix-tui
helix-vcs
helix-view update which crate to 5.0.0 () 2023-11-26 01:37:00 +09:00
runtime
xtask
.envrc
.gitattributes
.gitignore
.ignore
base16_theme.toml
Cargo.lock
Cargo.toml Revert "Pin tree-sitter to the 0.20.10 release ()" 2023-10-26 15:58:10 +09:00
CHANGELOG.md
default.nix
flake.lock
flake.nix Build flake packages with stable Rust () 2023-09-01 08:57:38 +09:00
grammars.nix grammars.nix: allow the user to apply overlays () 2023-11-09 09:56:57 +01:00
languages.toml
LICENSE
logo.svg
logo_dark.svg
logo_light.svg Add logo with text included () 2022-12-03 11:05:15 +09:00
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml
VERSION

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!