No description
Find a file
2021-03-22 23:23:51 +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 Update tree-sitter grammars. 2021-03-02 18:32:03 +09:00
helix-term ui: markdown: remove trailing blank line. 2021-03-22 23:23:51 +09:00
helix-view Store Document on the Editor type, make View reference it. 2021-03-22 13:53:43 +09:00
.envrc
.gitignore
.gitmodules
Cargo.lock goto_request wip 2021-03-16 23:03:10 +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 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.