Fix compilation
This commit is contained in:
parent
6825e19509
commit
28d9673a8e
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ impl<'de> Deserialize<'de> for Config {
|
||||||
Ok(Self {
|
Ok(Self {
|
||||||
global: GlobalConfig {
|
global: GlobalConfig {
|
||||||
lsp_progress: config.lsp_progress.unwrap_or(true),
|
lsp_progress: config.lsp_progress.unwrap_or(true),
|
||||||
|
theme: None,
|
||||||
},
|
},
|
||||||
keymaps: config
|
keymaps: config
|
||||||
.keys
|
.keys
|
||||||
|
|
Loading…
Add table
Reference in a new issue