Skip to content

Commit f3736c0

Browse files
committed
fix: migrate to new zed settings format
1 parent a79da64 commit f3736c0

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

users/jloos/modules/zed.nix

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@
4949
edit_prediction_provider = "zed";
5050
};
5151

52-
# Assistant
53-
assistant = {
52+
# Agent (replaces assistant in new format)
53+
agent = {
5454
default_model = {
5555
provider = "anthropic";
5656
model = "claude-sonet-4.5-latest";
5757
};
58-
version = "2";
5958
};
6059

6160
# Language-specific settings
@@ -95,6 +94,19 @@
9594
};
9695
};
9796
};
97+
98+
# Auto-install extensions
99+
auto_install_extensions = {
100+
dockerfile = true;
101+
just = true;
102+
just-ls = true;
103+
kotlin = true;
104+
nix = true;
105+
sql = true;
106+
terraform = true;
107+
toml = true;
108+
zed-log = true;
109+
};
98110
};
99111
};
100112
}

0 commit comments

Comments
 (0)