A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,7 +30,9 @@ tree-house = { version = "0.3.0", features = ["fixtures"] } helix-loader = { git = "https://github.com/bend-n/helix" } helix-core = { git = "https://github.com/bend-n/helix" } -lsp-types = { git = "https://github.com/bend-n/helix", package = "helix-lsp-types" } +lsp-types = { git = "https://github.com/bend-n/helix", package = "helix-lsp-types", features = [ + "proposed", +] } lsp-server = { git = "https://github.com/bend-n/rust-analyzer" } rust-analyzer = { git = "https://github.com/bend-n/rust-analyzer" } |