move commands and keymap back to terminal.

Command needs to be able to deal with UI. We'll separate it again later
on.
This commit is contained in:
Blaž Hrastnik 2020-12-10 18:13:42 +09:00
parent be3c021046
commit 5103dc9617
9 changed files with 36 additions and 39 deletions

View file

@ -17,6 +17,7 @@ helix-view = { path = "../helix-view", features = ["term"]}
helix-lsp = { path = "../helix-lsp"}
anyhow = "1"
once_cell = "1.4"
smol = "1"
num_cpus = "1"