Update editor.rs

pull/9109/head
Daniel 11 months ago
parent 31ce84fef2
commit 9857b516dc

@ -377,9 +377,9 @@ impl Default for VimInlayConfig {
fn default() -> Self { fn default() -> Self {
Self { Self {
enable: false, enable: false,
type_inlay_prefix: String::from(" => "), type_inlay_prefix: String::from(" -> "),
parameter_inlay_prefix: String::from(" <= "), parameter_inlay_prefix: String::from(" <- "),
other_inlay_prefix: String::from(" == "), other_inlay_prefix: String::from(" - "),
} }
} }
} }

Loading…
Cancel
Save