aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/editor.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-12-13 15:52:15 +0000
committerBlaž Hrastnik2021-12-13 15:52:15 +0000
commit730d3be2010adbd2c43b7cdf1a256a15ef97e3f2 (patch)
treeb1748024d2ecd98f52912ce983a2ff03e79476a3 /helix-view/src/editor.rs
parentc7ace15fd4cf6794782aca0927ff4d43fffbd473 (diff)
Add ui.gutter to theme all gutters (i.e. set bg)
Diffstat (limited to 'helix-view/src/editor.rs')
-rw-r--r--helix-view/src/editor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs
index 753defa1..fd6eb4d5 100644
--- a/helix-view/src/editor.rs
+++ b/helix-view/src/editor.rs
@@ -20,7 +20,7 @@ use std::{
use tokio::time::{sleep, Duration, Instant, Sleep};
-use anyhow::{bail, Context, Error};
+use anyhow::{bail, Error};
pub use helix_core::diagnostic::Severity;
pub use helix_core::register::Registers;