Add helix-lsp-types to workspace

pull/11355/head
Michael Davis 2 months ago
parent 2900bc03cf
commit 1ccdc55db9
No known key found for this signature in database

@ -5,6 +5,7 @@ members = [
"helix-view", "helix-view",
"helix-term", "helix-term",
"helix-tui", "helix-tui",
"helix-lsp-types",
"helix-lsp", "helix-lsp",
"helix-event", "helix-event",
"helix-dap", "helix-dap",

@ -1,13 +1,14 @@
| Crate | Description | | Crate | Description |
| ----------- | ----------- | | ----------- | ----------- |
| helix-core | Core editing primitives, functional. | | helix-core | Core editing primitives, functional. |
| helix-lsp | Language server client | | helix-lsp | Language server client |
| helix-dap | Debug Adapter Protocol (DAP) client | | helix-lsp-types | Language Server Protocol type definitions |
| helix-loader | Functions for building, fetching, and loading external resources | | helix-dap | Debug Adapter Protocol (DAP) client |
| helix-view | UI abstractions for use in backends, imperative shell. | | helix-loader | Functions for building, fetching, and loading external resources |
| helix-term | Terminal UI | | helix-view | UI abstractions for use in backends, imperative shell. |
| helix-tui | TUI primitives, forked from tui-rs, inspired by Cursive | | helix-term | Terminal UI |
| helix-tui | TUI primitives, forked from tui-rs, inspired by Cursive |
This document contains a high-level overview of Helix internals. This document contains a high-level overview of Helix internals.

Loading…
Cancel
Save