Refactor: Document type as a wrapper around barebones State.

This commit is contained in:
Blaž Hrastnik 2020-10-22 14:35:07 +09:00
parent 81ccca0c6a
commit b39849dde1
15 changed files with 395 additions and 294 deletions

2
Cargo.lock generated
View file

@ -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]]