mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
wip: Basic LSP lifecycle requests/notifications.
This commit is contained in:
parent
8adcf5083f
commit
f03830b047
5 changed files with 472 additions and 49 deletions
|
@ -14,6 +14,7 @@ path = "src/main.rs"
|
|||
[dependencies]
|
||||
helix-core = { path = "../helix-core" }
|
||||
helix-view = { path = "../helix-view", features = ["term"]}
|
||||
helix-lsp = { path = "../helix-lsp"}
|
||||
|
||||
anyhow = "1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue