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-04-07 16:57:58 +09:00
.github/workflows
book Add book/ (mdbook based user guide) 2021-04-05 15:48:08 +09:00
doc
helix-core Fix selection rendering, it would be off by 1 if reverse. 2021-04-07 16:57:58 +09:00
helix-lsp lsp: Gracefully fail if binary doesn't exist. 2021-04-07 13:38:24 +09:00
helix-syntax Add c++, js, css, html language definitions. 2021-04-07 13:40:20 +09:00
helix-term Fix selection rendering, it would be off by 1 if reverse. 2021-04-07 16:57:58 +09:00
helix-view Allow starting hx without a file. A new blank file will be created. 2021-04-06 19:02:22 +09:00
.envrc
.gitignore
.gitmodules
Cargo.lock Add yet more language definitions. 2021-04-07 14:04:13 +09:00
Cargo.toml
flake.lock Update flake.lock 2021-04-07 16:38:17 +09:00
flake.nix
languages.toml Add yet more language definitions. 2021-04-07 14:04:13 +09:00
README.md
shell.nix
theme.toml Add a python language definition. 2021-04-07 13:51:09 +09:00
TODO.md Add yet more language definitions. 2021-04-07 14:04:13 +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.