Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/Cargo.toml')
| -rw-r--r-- | helix-view/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index db53b54c..bae2731c 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -16,6 +16,7 @@ term = ["crossterm"] [dependencies] helix-core = { path = "../helix-core" } +helix-config = { path = "../helix-config" } helix-event = { path = "../helix-event" } helix-loader = { path = "../helix-loader" } helix-lsp = { path = "../helix-lsp" } |