You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
800 B
31 lines
800 B
// 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.
|
|
{
|
|
"base_keymap": "VSCode",
|
|
"theme": "Monokai",
|
|
"ui_font_size": 16,
|
|
"ui_font_family": "SF Pro",
|
|
"buffer_font_size": 16,
|
|
"vim_mode": true,
|
|
"hard_tabs": true,
|
|
"format_on_save": "off",
|
|
"font_family": "Iosevka",
|
|
"buffer_font_family" : "Iosevka",
|
|
"buffer_font_features": {
|
|
"calt": false
|
|
},
|
|
"tab_size": 4,
|
|
"telemetry": {
|
|
"diagnostics": false,
|
|
"metrics": false
|
|
},
|
|
"relative_line_numbers" : true,
|
|
"diagnostics" : false,
|
|
"hour_format" : "hour24"
|
|
}
|
|
|