From 2ab069bb3fc815394cccca50378b62932f3146f5 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 25 Dec 2020 17:20:09 +0900 Subject: lsp: Work on syncing the state with the language server. --- Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 33b7002a..820a77ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", -- cgit v1.2.3-70-g09d2