A post-modern modal text editor.
Go to file
2021-05-11 01:19:29 +09:00
.github/workflows Fix CI builds. 2021-05-11 01:19:29 +09:00
book Update book css styling. 2021-04-07 23:56:56 +09:00
doc deps update 2021-02-09 15:40:06 +09:00
helix-core Fix indent test, we need to use the in-tree runtime dir. 2021-05-10 17:57:17 +09:00
helix-lsp Lint 2021-05-09 17:13:59 +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 Drop some useless imports. 2021-05-09 18:32:40 +09:00
helix-tui tui: Disable tests for now. 2021-05-10 17:30:06 +09:00
helix-view Inline tui as helix-tui fork. 2021-05-09 17:52:55 +09:00
runtime/queries Fix C highlighting inconsistencies. 2021-04-23 18:42:29 +09:00
.envrc Add a nix flake with the development environment. 2021-01-19 15:54:51 +09:00
.gitignore Add a nix flake with the development environment. 2021-01-19 15:54:51 +09:00
.gitmodules Import tree sitter queries. 2021-04-08 23:25:35 +09:00
Cargo.lock Make the config dir locator work on Windows. 2021-05-10 16:21:55 +09:00
Cargo.toml Inline tui as helix-tui fork. 2021-05-09 17:52:55 +09:00
flake.lock Bump deps: rust 1.52. 2021-05-07 17:10:27 +09:00
flake.nix Closer to a full flake build via naersk. 2021-05-03 22:39:53 +09:00
languages.toml Golang uses tabs for indentation. 2021-04-23 18:55:34 +09:00
README.md deps update 2021-02-09 15:40:06 +09:00
shell.nix Determine runtime dir based on executable location or env override. 2021-05-10 01:02:53 +09:00
theme.toml Define text color (mostly) in theme.toml. 2021-05-07 17:42:09 +09:00
TODO.md Update todos. 2021-05-09 19:03:03 +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.