1
0
mirror of https://github.com/helix-editor/helix synced 2024-09-21 00:34:57 +02:00
A post-modern modal text editor. https://helix-editor.com
Go to file
2021-03-18 14:07:53 +09:00
.github/workflows
doc
helix-core Make Transaction::change only rely on the rope. 2021-03-18 13:39:56 +09:00
helix-lsp Make Transaction::change only rely on the rope. 2021-03-18 13:39:56 +09:00
helix-syntax Update tree-sitter grammars. 2021-03-02 18:32:03 +09:00
helix-term Fix completion panicking if text changed before insert completed. 2021-03-18 14:07:53 +09:00
helix-view Make Transaction::change only rely on the rope. 2021-03-18 13:39:56 +09:00
.envrc
.gitignore
.gitmodules
Cargo.lock Bump deps. 2021-03-15 16:19:04 +09:00
Cargo.toml
flake.lock Bump deps. 2021-03-01 14:33:02 +09:00
flake.nix flake: Packaging definition. 2021-02-22 17:02:59 +09:00
README.md
shell.nix
TODO.md minor: TODO comment cleanup 2021-03-16 15:41:42 +09:00

Helix

Crate Description
helix-core Core editing primitives, functional.
helix-syntax Tree-sitter grammars
helix-view UI abstractions for use in backends, imperative shell.
helix-term Terminal UI

Installation

git clone --depth 1 --recurse-submodules -j8 https://github.com/helix-editor/helix
cd helix
cargo install --path helix-term

This will install the hx binary to $HOME/.cargo/bin.