diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index a42b2bbe4..e2803ecfb 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -13,8 +13,7 @@ default-run = "hx" rust-version = "1.65" [features] -default = ["git", "steel"] -# default = ["git"] +default = ["git", "steel"] # Remove steel if you don't want it unicode-lines = ["helix-core/unicode-lines"] integration = [] git = ["helix-vcs/git"]