Refactor a little bit.

This commit is contained in:
Blaž Hrastnik 2020-09-12 17:44:57 +09:00
parent b17a77b8b8
commit a106be94f1
8 changed files with 95 additions and 55 deletions

View file

@ -11,9 +11,6 @@ name = "hx"
path = "src/main.rs"
[dependencies]
# termwiz = { git = "https://github.com/wez/wezterm", features = ["widgets"] }
# termwiz = { path = "../../wezterm/termwiz", default-features = false, features = ["widgets"] }
helix-syntax = { path = "../helix-syntax" }
anyhow = "1"