mirror of https://github.com/helix-editor/helix
some extra comments
parent
279f5eddb3
commit
69302c26ab
|
@ -13,8 +13,7 @@ default-run = "hx"
|
||||||
rust-version = "1.65"
|
rust-version = "1.65"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["git", "steel"]
|
default = ["git", "steel"] # Remove steel if you don't want it
|
||||||
# default = ["git"]
|
|
||||||
unicode-lines = ["helix-core/unicode-lines"]
|
unicode-lines = ["helix-core/unicode-lines"]
|
||||||
integration = []
|
integration = []
|
||||||
git = ["helix-vcs/git"]
|
git = ["helix-vcs/git"]
|
||||||
|
|
Loading…
Reference in New Issue