[zed] Update zed config

This commit is contained in:
2025-12-28 21:17:46 +00:00
parent 770eb657f0
commit 3df6219243

View File

@@ -7,6 +7,12 @@
// 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)
{ {
"context_servers": {
"terraform-context-server": {
"enabled": true,
"settings": {}
}
},
"calls": { "calls": {
"mute_on_join": true "mute_on_join": true
}, },
@@ -15,7 +21,7 @@
}, },
"ui_font_family": ".ZedSans", "ui_font_family": ".ZedSans",
"buffer_line_height": "comfortable", "buffer_line_height": "comfortable",
"icon_theme": "Material Icon Theme", "icon_theme": "Zed (Default)",
"terminal": { "terminal": {
"font_size": 13.0 "font_size": 13.0
}, },
@@ -32,6 +38,24 @@
], ],
"rust": [ "rust": [
"*.rs" "*.rs"
],
"Ansible": [
"**.ansible.yml",
"**.ansible.yaml",
"**/defaults/*.yml",
"**/defaults/*.yaml",
"**/meta/*.yml",
"**/meta/*.yaml",
"**/tasks/*.yml",
"**/tasks/*.yaml",
"**/handlers/*.yml",
"**/handlers/*.yaml",
"**/group_vars/*.yml",
"**/group_vars/*.yaml",
"**/playbooks/*.yaml",
"**/playbooks/*.yml",
"**playbook*.yaml",
"**playbook*.yml"
] ]
}, },
"ui_font_size": 16, "ui_font_size": 16,