Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/ui/mod.rs')
-rw-r--r--helix-term/src/ui/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/ui/mod.rs b/helix-term/src/ui/mod.rs
index 47b046c9..106bfbfb 100644
--- a/helix-term/src/ui/mod.rs
+++ b/helix-term/src/ui/mod.rs
@@ -373,7 +373,7 @@ pub mod completers {
use crate::ui::prompt::Completion;
use helix_core::command_line::{self, Tokenizer};
use helix_core::fuzzy::fuzzy_match;
- use helix_core::syntax::LanguageServerFeature;
+ use helix_core::syntax::config::LanguageServerFeature;
use helix_view::document::SCRATCH_BUFFER_NAME;
use helix_view::theme;
use helix_view::{editor::Config, Editor};