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 e3c4edae32 Add the machinery to load syntax config from TOML.
It's embedded into the binary at build time for now, but it's progress.
3 years ago
.github/workflows Checkout submodules on clone. 4 years ago
doc deps update 3 years ago
helix-core Add the machinery to load syntax config from TOML. 3 years ago
helix-lsp Add the machinery to load syntax config from TOML. 3 years ago
helix-syntax Add the machinery to load syntax config from TOML. 3 years ago
helix-term Add the machinery to load syntax config from TOML. 3 years ago
helix-view Add the machinery to load syntax config from TOML. 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 More robust syntax detection/grammar loading. 4 years ago
Cargo.lock Add the machinery to load syntax config from TOML. 3 years ago
Cargo.toml wip 4 years ago
README.md deps update 3 years ago
TODO.md Update TODO 3 years ago
flake.lock Bump deps. 3 years ago
flake.nix flake: Packaging definition. 3 years ago
languages.toml Add the machinery to load syntax config from TOML. 3 years ago
shell.nix Update flake definition. 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.