No description
Find a file
2021-03-24 14:03:20 +09:00
.github/workflows
doc
helix-core Fix a scrolling crash where it would jump past the end of the buffer. 2021-03-22 18:06:52 +09:00
helix-lsp Merge some imports. 2021-03-22 12:40:07 +09:00
helix-syntax
helix-term Drop refcell use, make view simply ref doc.id. 2021-03-23 18:14:35 +09:00
helix-view Derive a separate ViewId type. 2021-03-24 14:03:20 +09:00
.envrc
.gitignore
.gitmodules
Cargo.lock
Cargo.toml
flake.lock
flake.nix
README.md
shell.nix
TODO.md Implement open_above (O). 2021-03-22 13:53:43 +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.