diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 8a62722714d7..5c4a306f2961 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -34,7 +34,7 @@ use helix_view::{ }; use std::{mem::take, num::NonZeroUsize, path::PathBuf, rc::Rc, sync::Arc}; -use tui::{buffer::Buffer as Surface, text::Span, widgets::Paragraph, Viewport}; +use tui::{buffer::Buffer as Surface, text::Span}; pub struct EditorView { pub keymaps: Keymaps,