diff --git a/helix-term/src/config.rs b/helix-term/src/config.rs index 839235f13..47d544e57 100644 --- a/helix-term/src/config.rs +++ b/helix-term/src/config.rs @@ -13,6 +13,7 @@ pub struct Config { } #[derive(Default, Serialize, Deserialize)] +#[serde(rename_all = "kebab-case")] pub struct LspConfig { pub display_messages: bool, }