Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/handlers/completion.rs')
| -rw-r--r-- | helix-term/src/handlers/completion.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/handlers/completion.rs b/helix-term/src/handlers/completion.rs index 6f0b73d7..4e03a063 100644 --- a/helix-term/src/handlers/completion.rs +++ b/helix-term/src/handlers/completion.rs @@ -12,7 +12,7 @@ use helix_lsp::lsp; use helix_lsp::util::pos_to_lsp_pos; use helix_stdx::rope::RopeSliceExt; use helix_view::document::{Mode, SavePoint}; -use helix_view::handlers::lsp::CompletionEvent; +use helix_view::handlers::completion::CompletionEvent; use helix_view::{DocumentId, Editor, ViewId}; use path::path_completion; use tokio::sync::mpsc::Sender; |