1
0
mirror of https://github.com/helix-editor/helix synced 2024-09-21 00:34:57 +02:00
A post-modern modal text editor. https://helix-editor.com
Go to file
2021-05-09 18:32:40 +09:00
.github/workflows Break CI cache. 2021-05-09 00:25:06 +09:00
book
doc
helix-core Lint 2021-05-09 17:13:59 +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 Replace the Clear widget with buffer.clear/clear_with. 2021-05-09 18:13:50 +09:00
helix-view Inline tui as helix-tui fork. 2021-05-09 17:52:55 +09:00
runtime/queries
.envrc
.gitignore
.gitmodules
Cargo.lock Inline tui as helix-tui fork. 2021-05-09 17:52: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
README.md
shell.nix
theme.toml Define text color (mostly) in theme.toml. 2021-05-07 17:42:09 +09:00
TODO.md Make post hooks trigger even when a different handler processes input. 2021-05-03 17:56:02 +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.