From 69302c26aba4dde293fbb51d40f98708a559d58d Mon Sep 17 00:00:00 2001 From: mattwparas Date: Thu, 24 Aug 2023 18:15:34 -0700 Subject: [PATCH] some extra comments --- helix-term/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"]