mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
[zed] Update zed config
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user