wip: Basic LSP lifecycle requests/notifications.

This commit is contained in:
Blaž Hrastnik 2020-10-18 18:01:06 +09:00
parent 8adcf5083f
commit f03830b047
5 changed files with 472 additions and 49 deletions

View file

@ -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"