We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79da64 commit f3736c0Copy full SHA for f3736c0
1 file changed
users/jloos/modules/zed.nix
@@ -49,13 +49,12 @@
49
edit_prediction_provider = "zed";
50
};
51
52
- # Assistant
53
- assistant = {
+ # Agent (replaces assistant in new format)
+ agent = {
54
default_model = {
55
provider = "anthropic";
56
model = "claude-sonet-4.5-latest";
57
58
- version = "2";
59
60
61
# Language-specific settings
@@ -95,6 +94,19 @@
95
94
96
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
+ };
110
111
112
}
0 commit comments