mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
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:
parent
be3c021046
commit
5103dc9617
9 changed files with 36 additions and 39 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue