diff --git a/helix-term/src/handlers.rs b/helix-term/src/handlers.rs index e16b988014cc4..7478b6b13cc6b 100644 --- a/helix-term/src/handlers.rs +++ b/helix-term/src/handlers.rs @@ -32,6 +32,6 @@ pub fn setup(config: Arc>) -> Handlers { completion::register_hooks(&handlers); signature_help::register_hooks(&handlers); - diagnostics::register_hooks(&handlers); + auto_save::register_hooks(&handlers); handlers }