Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/info.rs')
-rw-r--r--helix-view/src/info.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-view/src/info.rs b/helix-view/src/info.rs
index 9cc5c428..cb6021bf 100644
--- a/helix-view/src/info.rs
+++ b/helix-view/src/info.rs
@@ -80,6 +80,8 @@ use crate::{
compositor::{self, Component, RenderContext},
graphics::{Margin, Rect},
};
+
+#[cfg(feature = "term")]
use tui::widgets::{Block, Borders, Paragraph, Widget};
#[cfg(feature = "term")]