mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
implement proper lsp-workspace support
fix typo Co-authored-by: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com>
This commit is contained in:
parent
2d10a429eb
commit
5b3dd6a678
9 changed files with 270 additions and 107 deletions
|
@ -27,3 +27,4 @@ thiserror = "1.0"
|
|||
tokio = { version = "1.27", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
|
||||
tokio-stream = "0.1.12"
|
||||
which = "4.4"
|
||||
parking_lot = "0.12.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue