mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Refactor: Document type as a wrapper around barebones State.
This commit is contained in:
parent
81ccca0c6a
commit
b39849dde1
15 changed files with 395 additions and 294 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -447,6 +447,7 @@ dependencies = [
|
|||
"futures-util",
|
||||
"glob",
|
||||
"helix-core",
|
||||
"helix-view",
|
||||
"jsonrpc-core",
|
||||
"lsp-types",
|
||||
"pathdiff",
|
||||
|
@ -491,6 +492,7 @@ dependencies = [
|
|||
"helix-core",
|
||||
"once_cell",
|
||||
"tui",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue