1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-24 05:06:04 +02:00
helix/README.md
Blaž Hrastnik 755632f231 deps update
2021-02-09 15:40:06 +09:00

661 B

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.