zed-editor

zed-editor 1.20.2

High-performance, multiplayer code editor from the creators of Atom and Tree-sitter

https://zed.dev
GNU General Public License v3.0 only
main program: zeditorprograms: zeditor, zed-remote-server-stable-1.20.2+stable
Platforms (20)
riscv32-linuxpowerpc-linuxaarch64-linuxpowerpc64le-linuxm68k-linuxx86_64-linuxarmv6l-linuxi686-linux
View source on NixOS/nixpkgs →

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