Add helix-lsp-types to workspace
This commit is contained in:
parent
2900bc03cf
commit
1ccdc55db9
2 changed files with 11 additions and 9 deletions
|
@ -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",
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
| ----------- | ----------- |
|
| ----------- | ----------- |
|
||||||
| helix-core | Core editing primitives, functional. |
|
| helix-core | Core editing primitives, functional. |
|
||||||
| helix-lsp | Language server client |
|
| helix-lsp | Language server client |
|
||||||
|
| helix-lsp-types | Language Server Protocol type definitions |
|
||||||
| helix-dap | Debug Adapter Protocol (DAP) client |
|
| helix-dap | Debug Adapter Protocol (DAP) client |
|
||||||
| helix-loader | Functions for building, fetching, and loading external resources |
|
| helix-loader | Functions for building, fetching, and loading external resources |
|
||||||
| helix-view | UI abstractions for use in backends, imperative shell. |
|
| helix-view | UI abstractions for use in backends, imperative shell. |
|
||||||
|
|
Loading…
Add table
Reference in a new issue