diff options
Diffstat (limited to 'helix-term/src/config.rs')
-rw-r--r-- | helix-term/src/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/config.rs b/helix-term/src/config.rs index 2b8b475b..d2bbe84f 100644 --- a/helix-term/src/config.rs +++ b/helix-term/src/config.rs @@ -17,6 +17,7 @@ pub struct Config { } #[derive(Serialize, Deserialize)] +#[serde(rename_all = "kebab-case")] struct TomlConfig { lsp_progress: Option<bool>, keys: Option<HashMap<String, HashMap<String, String>>>, |