aboutsummaryrefslogtreecommitdiff
path: root/helix-view/Cargo.toml
diff options
context:
space:
mode:
authorJan Hrastnik2020-09-30 23:15:42 +0000
committerJan Hrastnik2020-09-30 23:15:42 +0000
commitdd94a3981067a11c3d42caef32e3d9c93e1ec357 (patch)
tree72fa23293455342cae889c25575d4373e0ff81f7 /helix-view/Cargo.toml
parent592c5b0af22cc719fc1513f71706dad326ba8081 (diff)
moved insert keymap to keymap.rs
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r--helix-view/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index 0d887474..d205d7ad 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2018"
[features]
term = ["tui", "crossterm"]
+default = ["term"]
[dependencies]
anyhow = "1"