From bcb7e916d57e128d92d026e080482bfa5b348dd5 Mon Sep 17 00:00:00 2001 From: Anthony Templeton Date: Sun, 28 Jan 2024 01:07:27 -0500 Subject: [PATCH] Update lsp.rs --- helix-term/src/commands/lsp.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/helix-term/src/commands/lsp.rs b/helix-term/src/commands/lsp.rs index 847b5f4c9..88ae8d098 100644 --- a/helix-term/src/commands/lsp.rs +++ b/helix-term/src/commands/lsp.rs @@ -21,6 +21,7 @@ use helix_core::{ movement::Direction, path, syntax::LanguageServerFeature, text_annotations::InlineAnnotation, Selection, }; +use helix_stdx::path; use helix_view::{ document::{DocumentInlayHints, DocumentInlayHintsId, Mode}, editor::Action,