diff options
author | Blaž Hrastnik | 2020-12-25 08:20:09 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-12-25 08:20:09 +0000 |
commit | 2ab069bb3fc815394cccca50378b62932f3146f5 (patch) | |
tree | ac0b3d13198d0a9c5b49a11d3c1f2555a30418b7 /Cargo.lock | |
parent | cd16df19c1f951e1ef0c560ae5e084b18bd2c713 (diff) |
lsp: Work on syncing the state with the language server.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -553,7 +553,6 @@ dependencies = [ "futures-util", "glob", "helix-core", - "helix-view", "jsonrpc-core", "log", "lsp-types", @@ -604,7 +603,9 @@ version = "0.1.0" dependencies = [ "anyhow", "crossterm", + "futures-util", "helix-core", + "helix-lsp", "once_cell", "smol", "tui", |