No description
Find a file
2021-04-01 18:31:07 +09:00
.github/workflows
doc
helix-core Simplify some code. 2021-04-01 11:04:25 +09:00
helix-lsp clippy lint 2021-03-31 23:42:16 +09:00
helix-syntax
helix-term Import some lsp utilities. 2021-04-01 11:43:34 +09:00
helix-view Simplify code by providin cx.current() = (view, doc). 2021-04-01 11:01:26 +09:00
.envrc
.gitignore
.gitmodules
Cargo.lock wip: Async async. Delay response handling with a callback. 2021-03-26 17:12:45 +09:00
Cargo.toml Faster dev builds on OSX if using Rust 1.51. 2021-03-29 15:22:07 +09:00
flake.lock Update flake. 2021-04-01 18:31:07 +09:00
flake.nix
languages.toml
README.md
shell.nix
theme.toml Load theme from toml file. 2021-03-25 16:42:14 +09:00
TODO.md Simplify code by providin cx.current() = (view, doc). 2021-04-01 11:01:26 +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.