From e3c4edae32f6d70bf20655c7c25b3cdf39f3f281 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 25 Mar 2021 15:26:25 +0900 Subject: Add the machinery to load syntax config from TOML. It's embedded into the binary at build time for now, but it's progress. --- 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 64aa38f1..e7fe816a 100644 --- a/helix-lsp/src/lib.rs +++ b/helix-lsp/src/lib.rs @@ -127,7 +127,7 @@ impl Registry { ex: &smol::Executor, ) -> Option> { // TODO: propagate the error - if let Some(config) = &language_config.language_server_config { + if let Some(config) = &language_config.language_server { // avoid borrow issues let inner = &mut self.inner; let s_incoming = &self.incoming; -- cgit v1.2.3-70-g09d2