Manage Zed with brew on macOS

This commit is contained in:
Dave Gallant
2025-10-28 13:28:59 -04:00
parent ac8cb79e49
commit eec782d79c
2 changed files with 3 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ in
};
zed-editor = {
enable = true;
enable = stdenv.isLinux;
package = unstable.zed-editor;
extensions = [
"ansible"
@@ -444,7 +444,7 @@ in
};
vim_mode = true;
vim = {
use_system_clipboard = "on_yank";
use_system_clipboard = "on_yank";
};
autosave = "on_focus_change";
format_on_save = "off";