diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs index f5f36aca..8dd161d8 100644 --- a/helix-core/src/indent.rs +++ b/helix-core/src/indent.rs @@ -458,6 +458,8 @@ where unit: String::from(" "), }), indent_query: OnceCell::new(), + debug_adapter: None, + debug_configs: None, }], });