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 9f318a8529 Fix an issue with closing nested splits.
The parent id was never assigned to the split, so removing the container
when it became empty failed.
3 years ago
.github/workflows Checkout submodules on clone. 4 years ago
book Update book css styling. 3 years ago
doc deps update 3 years ago
helix-core Load config files from ~/.config/helix, fallback to defaults. 3 years ago
helix-lsp lsp: Gracefully fail if binary doesn't exist. 3 years ago
helix-syntax Loop around the end on regex searches. 3 years ago
helix-term Loop around the end on regex searches. 3 years ago
helix-view Fix an issue with closing nested splits. 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 Loop around the end on regex searches. 3 years ago
Cargo.lock Load config files from ~/.config/helix, fallback to defaults. 3 years ago
Cargo.toml Faster dev builds on OSX if using Rust 1.51. 3 years ago
README.md deps update 3 years ago
TODO.md Loop around the end on regex searches. 3 years ago
flake.lock Update flake.lock 3 years ago
flake.nix flake: Packaging definition. 3 years ago
languages.toml Add yet more language definitions. 3 years ago
shell.nix Update flake definition. 3 years ago
theme.toml Add a python language 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.