diff options
author | Blaž Hrastnik | 2020-09-21 09:24:16 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-09-21 09:24:16 +0000 |
commit | 935cfeae576f734e6cbd455bfa39df014700ae86 (patch) | |
tree | a4abe959b718f265ade4a66a844bfefadc546f90 /README.md | |
parent | 48330ddb5f36a1c5f44a636525089a019ce4439d (diff) |
Split parts of helix-term into helix-view.
It still largely depends on term for some types but I plan to change
that later.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +# 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 | + - server-client architecture via gRPC, UI separate from core - multi cursor based editing and slicing - WASM based plugins (builtin LSP & fuzzy file finder) |