mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
fix: imports
This commit is contained in:
parent
73df3f5d33
commit
012cace8f6
1 changed files with 2 additions and 4 deletions
|
@ -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::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue