aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/src/indent.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs
index 8dd161d8..4b74aa7a 100644
--- a/helix-core/src/indent.rs
+++ b/helix-core/src/indent.rs
@@ -458,8 +458,7 @@ where
unit: String::from(" "),
}),
indent_query: OnceCell::new(),
- debug_adapter: None,
- debug_configs: None,
+ debugger: None,
}],
});