-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package request: Code-Editor Zed #284064
Comments
There's already a pull request for it, see #284010 |
Thanks, didn't notice, I'll close this issue. |
this needs to be opened because zed isnt still available for linux |
This comment was marked as outdated.
This comment was marked as outdated.
PR #284010 does add support for linux now (nixos), but not all things work yet. It might be worth opening an issue listing all the broken things |
The PR is merged, and zed-editor in nixpkgs seems to work well enough on Linux (NixOS) these days. I had to There's some obvious bugs like Zed will crash if you push key combinations that don't exist on macOS, but I've done hours of programming with it already. I think this issue can be closed, and more specific issues opened for the rest of the work. |
Update to earlier, putting a rust-analyzer symlink in Instead, you have to put this in "lsp": {
"rust-analyzer": {
"binary": {
"path": "/nix/store/vlq2srikjqhkv57jx6pa198g8zxr9ajr-rust-analyzer-2024-04-29/bin/rust-analyzer",
},
},
}, I haven't yet figured out a way to do that without hardcoding the path there -- hot mess, I need to update the config every now and then, especially if one needs different rust-analyzer versions for different projects. I'm assuming it'll need code changes. https://github.com/zed-industries/zed/blob/f550f23b97bcb0d900d7c321af7d91d52d97160e/crates/languages/src/rust.rs#L36 is the code path that undocumented config triggers. |
There is a package, but it does not work (for me). #312266 |
You can also link to rust-analyzer like this: |
This only works if you install things via |
Package request: Code-Editor Zed
Linux support is coming:
zed-industries/zed#5395
Hope that we also get a Nix package when that happens :)
Official page is: https://zed.dev/
The text was updated successfully, but these errors were encountered: