[zed] Update Zed config

This commit is contained in:
Andrew Williams
2026-01-05 15:37:55 +00:00
parent 1ecc41dba3
commit 6710e9a6aa

View File

@@ -7,6 +7,11 @@
// custom settings, run `zed: open default settings` from the // custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p) // command palette (cmd-shift-p / ctrl-shift-p)
{ {
"git": {
"inline_blame": {
"enabled": false
}
},
"context_servers": { "context_servers": {
"terraform-context-server": { "terraform-context-server": {
"enabled": true, "enabled": true,
@@ -21,7 +26,11 @@
}, },
"ui_font_family": ".ZedSans", "ui_font_family": ".ZedSans",
"buffer_line_height": "comfortable", "buffer_line_height": "comfortable",
"icon_theme": "Zed (Default)", "icon_theme": {
"mode": "system",
"light": "Zed (Default)",
"dark": "Zed (Default)"
},
"terminal": { "terminal": {
"font_size": 13.0 "font_size": 13.0
}, },