Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/handlers.rs')
-rw-r--r--helix-view/src/handlers.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/helix-view/src/handlers.rs b/helix-view/src/handlers.rs
index a26c4ddb..86217c23 100644
--- a/helix-view/src/handlers.rs
+++ b/helix-view/src/handlers.rs
@@ -46,3 +46,7 @@ impl Handlers {
send_blocking(&self.signature_hints, event)
}
}
+
+pub fn register_hooks(handlers: &Handlers) {
+ lsp::register_hooks(handlers);
+}