Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/handlers/lsp.rs')
-rw-r--r--helix-view/src/handlers/lsp.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/handlers/lsp.rs b/helix-view/src/handlers/lsp.rs
index 96ab4626..b052138f 100644
--- a/helix-view/src/handlers/lsp.rs
+++ b/helix-view/src/handlers/lsp.rs
@@ -16,6 +16,7 @@ use helix_lsp::{lsp, LanguageServerId, OffsetEncoding};
use super::Handlers;
pub struct DocumentColorsEvent(pub DocumentId);
+pub struct DocumentLinksEvent(pub DocumentId);
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
pub enum SignatureHelpInvoked {