No description
Find a file
2024-04-24 16:36:13 -04:00
.cargo
.github
book Update lang-support.md for new wiki page name () 2024-04-19 10:26:04 +09:00
contrib
docs
helix-core test: match around closest pair tree-sitter version 2024-04-24 16:36:13 -04:00
helix-dap
helix-event
helix-loader
helix-lsp don't overload LS with completion resolve requests 2024-04-22 12:27:47 +09:00
helix-parsec
helix-stdx
helix-term test: match around closest pair tree-sitter version 2024-04-24 16:36:13 -04:00
helix-tui Override crossterm's support for NO_COLOR. () 2024-04-20 10:19:12 +09:00
helix-vcs
helix-view use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00
runtime Refactor Dark Plus and add new maintainer () 2024-04-24 11:40:04 +02:00
xtask
.envrc
.gitattributes
.gitignore
base16_theme.toml
Cargo.lock use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00
Cargo.toml use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00
CHANGELOG.md
default.nix
flake.lock
flake.nix
grammars.nix
languages.toml Add support for highlighting any .*ignore file () 2024-04-24 07:06:19 -05:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
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

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!