From a3cb79ebaaaa7682c7c7b007ed928b24f80cf3c2 Mon Sep 17 00:00:00 2001 From: wojciechkepka Date: Fri, 18 Jun 2021 06:09:42 +0200 Subject: Use kebab-case for config --- helix-term/src/config.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-term') 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, keys: Option>>, -- cgit v1.2.3-70-g09d2