From 05c7fb98df43f7843d441e0dce3e5b361f2d7645 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 21 Jan 2021 16:55:46 +0900 Subject: Refactoring: move language_servers into Editor, proper load for doc. --- helix-lsp/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-lsp') diff --git a/helix-lsp/src/lib.rs b/helix-lsp/src/lib.rs index 23c42712..b0c84ff5 100644 --- a/helix-lsp/src/lib.rs +++ b/helix-lsp/src/lib.rs @@ -114,7 +114,7 @@ impl Registry { pub fn new() -> Self { let mut inner = HashMap::new(); - inner.insert("rust".to_string(), OnceCell::new()); + inner.insert("source.rust".to_string(), OnceCell::new()); Self { inner, -- cgit v1.2.3-70-g09d2