zed-editor
zed-editor 1.20.2
High-performance, multiplayer code editor from the creators of Atom and Tree-sitter
https://zed.devGNU General Public License v3.0 only
main program: zeditorprograms: zeditor, zed-remote-server-stable-1.20.2+stable
Maintainers
Platforms (20)
riscv32-linuxpowerpc-linuxaarch64-linuxpowerpc64le-linuxm68k-linuxx86_64-linuxarmv6l-linuxi686-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ zed-editor ];
Ad-hoc shell
nix-shell -p zed-editor
Flake (nix run)
nix run nixpkgs#zed-editor