mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
[zed] Update settings
This commit is contained in:
@@ -9,45 +9,41 @@
|
|||||||
{
|
{
|
||||||
"git": {
|
"git": {
|
||||||
"inline_blame": {
|
"inline_blame": {
|
||||||
"enabled": false
|
"enabled": false,
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
"context_servers": {
|
"context_servers": {
|
||||||
"terraform-context-server": {
|
"terraform-context-server": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"settings": {}
|
"settings": {},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
"calls": {
|
"calls": {
|
||||||
"mute_on_join": true
|
"mute_on_join": true,
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"edit_prediction_provider": "copilot"
|
"edit_prediction_provider": "copilot",
|
||||||
},
|
},
|
||||||
"ui_font_family": ".ZedSans",
|
"ui_font_family": ".SystemUIFont",
|
||||||
"buffer_line_height": "comfortable",
|
"buffer_line_height": "comfortable",
|
||||||
"icon_theme": {
|
"icon_theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "Zed (Default)",
|
"light": "Catppuccin Frappé",
|
||||||
"dark": "Zed (Default)"
|
"dark": "Catppuccin Frappé",
|
||||||
},
|
},
|
||||||
"terminal": {
|
"terminal": {
|
||||||
"font_size": 13.0
|
"font_size": 13.0,
|
||||||
},
|
},
|
||||||
"base_keymap": "VSCode",
|
"base_keymap": "VSCode",
|
||||||
"agent": {
|
"agent": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"button": false,
|
"button": false,
|
||||||
"model_parameters": []
|
"model_parameters": [],
|
||||||
},
|
},
|
||||||
"buffer_font_family": "Jetbrains Mono",
|
"buffer_font_family": "JetBrains Mono",
|
||||||
"file_types": {
|
"file_types": {
|
||||||
"yaml": [
|
"yaml": ["services"],
|
||||||
"services"
|
"rust": ["*.rs"],
|
||||||
],
|
|
||||||
"rust": [
|
|
||||||
"*.rs"
|
|
||||||
],
|
|
||||||
"Ansible": [
|
"Ansible": [
|
||||||
"**.ansible.yml",
|
"**.ansible.yml",
|
||||||
"**.ansible.yaml",
|
"**.ansible.yaml",
|
||||||
@@ -64,14 +60,14 @@
|
|||||||
"**/playbooks/*.yaml",
|
"**/playbooks/*.yaml",
|
||||||
"**/playbooks/*.yml",
|
"**/playbooks/*.yml",
|
||||||
"**playbook*.yaml",
|
"**playbook*.yaml",
|
||||||
"**playbook*.yml"
|
"**playbook*.yml",
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"ui_font_size": 16,
|
"ui_font_size": 16.0,
|
||||||
"buffer_font_size": 13.0,
|
"buffer_font_size": 13.0,
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "dark",
|
"mode": "dark",
|
||||||
"light": "One Light",
|
"light": "One Light",
|
||||||
"dark": "One Dark"
|
"dark": "One Dark",
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user