diff --git a/helix-term/src/config.rs b/helix-term/src/config.rs
index 839235f1..47d544e5 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,
 }