From 28d9673a8ef46a544fcd6216e932be2e5453349d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Sun, 20 Jun 2021 00:19:48 +0900 Subject: [PATCH] Fix compilation --- helix-term/src/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/helix-term/src/config.rs b/helix-term/src/config.rs index e9151fd0..7021c06c 100644 --- a/helix-term/src/config.rs +++ b/helix-term/src/config.rs @@ -41,6 +41,7 @@ impl<'de> Deserialize<'de> for Config { Ok(Self { global: GlobalConfig { lsp_progress: config.lsp_progress.unwrap_or(true), + theme: None, }, keymaps: config .keys