Fork of helix with some PRs merged
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Blaž Hrastnik 35606a3daa Inline tui as helix-tui fork.
We only rely on some of the rendering primitives and implement our
Cursive-style compositor on top.
3 years ago
.github/workflows Break CI cache. 3 years ago
book Update book css styling. 3 years ago
doc deps update 3 years ago
helix-core Lint 3 years ago
helix-lsp Lint 3 years ago
helix-syntax syntax: Don't deadlock the build if one of the jobs fails. 3 years ago
helix-term Inline tui as helix-tui fork. 3 years ago
helix-tui Inline tui as helix-tui fork. 3 years ago
helix-view Inline tui as helix-tui fork. 3 years ago
runtime/queries Fix C highlighting inconsistencies. 3 years ago
.envrc Add a nix flake with the development environment. 3 years ago
.gitignore Add a nix flake with the development environment. 3 years ago
.gitmodules Import tree sitter queries. 3 years ago
Cargo.lock Inline tui as helix-tui fork. 3 years ago
Cargo.toml Inline tui as helix-tui fork. 3 years ago
README.md deps update 3 years ago
TODO.md Make post hooks trigger even when a different handler processes input. 3 years ago
flake.lock Bump deps: rust 1.52. 3 years ago
flake.nix Closer to a full flake build via naersk. 3 years ago
languages.toml Golang uses tabs for indentation. 3 years ago
shell.nix nix: Switch to stable rust. 3 years ago
theme.toml Define text color (mostly) in theme.toml. 3 years ago

README.md

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.