fix: imports

This commit is contained in:
Nik Revenco 2025-03-26 23:20:11 +00:00
parent 73df3f5d33
commit 012cace8f6

View file

@ -14,10 +14,8 @@ use tui::{text::Span, widgets::Row};
use super::{align_view, push_jump, Align, Context, Editor};
use helix_core::{
syntax::LanguageServerFeature, text_annotations::InlineAnnotation, textobject::Word, Selection,
Uri,
diagnostic::DiagnosticProvider,
text_annotations::InlineAnnotation, Selection, Uri,
diagnostic::DiagnosticProvider, syntax::LanguageServerFeature,
text_annotations::InlineAnnotation, textobject::Word, Selection, Uri,
};
use helix_stdx::path;
use helix_view::{