My mods of a post-modern modal text editor.
Go to file
Blaž Hrastnik 3e5f24a9d5 lsp: support both utf-8 and utf-16 offsets.
Still need to implement the clangd encoding negotiation, but it's
a start. Should also manually override to utf8 for pyls.
2021-04-14 15:39:31 +09:00
.github/workflows Checkout submodules on clone. 2020-09-12 19:35:26 +09:00
book Update book css styling. 2021-04-07 23:56:56 +09:00
doc deps update 2021-02-09 15:40:06 +09:00
helix-core Rust: add a few more scopes to indent. 2021-04-14 15:39:31 +09:00
helix-lsp lsp: support both utf-8 and utf-16 offsets. 2021-04-14 15:39:31 +09:00
helix-syntax Import tree sitter queries. 2021-04-08 23:25:35 +09:00
helix-term lsp: support both utf-8 and utf-16 offsets. 2021-04-14 15:39:31 +09:00
helix-view lsp: support both utf-8 and utf-16 offsets. 2021-04-14 15:39:31 +09:00
runtime/queries Rust: Highlight 'crate' as a keyword. 2021-04-13 17:06:35 +09:00
.envrc Add a nix flake with the development environment. 2021-01-19 15:54:51 +09:00
.gitignore Add a nix flake with the development environment. 2021-01-19 15:54:51 +09:00
.gitmodules Import tree sitter queries. 2021-04-08 23:25:35 +09:00
Cargo.lock Import tree sitter queries. 2021-04-08 23:25:35 +09:00
Cargo.toml Faster dev builds on OSX if using Rust 1.51. 2021-03-29 15:22:07 +09:00
flake.lock nix: Switch to stable rust. 2021-04-09 19:29:01 +09:00
flake.nix nix: Switch to stable rust. 2021-04-09 19:29:01 +09:00
languages.toml Remove the path specifier. 2021-04-09 18:57:46 +09:00
README.md deps update 2021-02-09 15:40:06 +09:00
shell.nix nix: Switch to stable rust. 2021-04-09 19:29:01 +09:00
theme.toml Render a separator between vertical splits. 2021-04-08 22:34:06 +09:00
TODO.md Keep primary selection as space+space. 2021-04-10 00:21:54 +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.