aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-19 15:19:48 +0000
committerBlaž Hrastnik2021-06-19 15:19:48 +0000
commit28d9673a8ef46a544fcd6216e932be2e5453349d (patch)
tree5139850b5b8204c0c7e7fd1ee2c54787a79c1ef3 /helix-term
parent6825e195099de6e4eab64e26a230cf8a9c9521b7 (diff)
Fix compilation
Diffstat (limited to 'helix-term')
-rw-r--r--helix-term/src/config.rs1
1 files changed, 1 insertions, 0 deletions
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