No description
Find a file
2021-05-06 14:33:53 +09:00
.github/workflows
book
doc
helix-core
helix-lsp Eliminate a few more futures dependencies. 2021-05-06 14:33:53 +09:00
helix-syntax syntax: Don't deadlock the build if one of the jobs fails. 2021-05-05 16:21:12 +09:00
helix-term Eliminate a few more futures dependencies. 2021-05-06 14:33:53 +09:00
helix-view Eliminate a few more futures dependencies. 2021-05-06 14:33:53 +09:00
runtime/queries
.envrc
.gitignore
.gitmodules
Cargo.lock Eliminate a few more futures dependencies. 2021-05-06 14:33:53 +09:00
Cargo.toml
flake.lock Closer to a full flake build via naersk. 2021-05-03 22:39:53 +09:00
flake.nix Closer to a full flake build via naersk. 2021-05-03 22:39:53 +09:00
languages.toml
README.md
shell.nix
theme.toml
TODO.md

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.