63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
// Zed settings
|
|
//
|
|
// For information on how to configure Zed, see the Zed
|
|
// documentation: https://zed.dev/docs/configuring-zed
|
|
//
|
|
// To see all of Zed's default settings without changing your
|
|
// custom settings, run the `open default settings` command
|
|
// from the command palette or from `Zed` application menu.
|
|
{
|
|
"telemetry": {
|
|
"diagnostics": true,
|
|
"metrics": false
|
|
},
|
|
"assistant": {
|
|
"version": "1",
|
|
"enabled": false
|
|
},
|
|
"features": {
|
|
"copilot": false,
|
|
"inline_completion_provider": "none"
|
|
},
|
|
"collaboration_panel": {
|
|
"button": false
|
|
},
|
|
"chat_panel": {
|
|
"button": false
|
|
},
|
|
"theme": {
|
|
"mode": "system",
|
|
"light": "Ayu Light",
|
|
"dark": "Catppuccin Mocha"
|
|
},
|
|
"ui_font_family": "SF Pro Display",
|
|
"ui_font_features": {},
|
|
"ui_font_size": 17,
|
|
"buffer_font_family": "Rec Mono Semicasual",
|
|
"buffer_font_size": 14.6,
|
|
"terminal": {
|
|
"font_family": "FiraCode Nerd Font Mono"
|
|
},
|
|
"soft_wrap": "editor_width",
|
|
"tabs": {
|
|
"close_position": "left"
|
|
},
|
|
"notification_panel": {
|
|
"button": false
|
|
},
|
|
"git": {
|
|
"git_gutter": "tracked_files"
|
|
},
|
|
"languages": {
|
|
"Go": {
|
|
"tab_size": 2
|
|
}
|
|
},
|
|
"project_panel": {
|
|
"indent_size": 10
|
|
},
|
|
"file_types": {
|
|
"HTML": ["hbs", "njk"]
|
|
}
|
|
}
|