diff options
Diffstat (limited to 'helix-term/src')
-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 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, } |