added zed

This commit is contained in:
Luka Jankovic 2026-02-03 23:56:33 +01:00
parent 065b982734
commit db84fab199
2 changed files with 55 additions and 0 deletions

25
.config/zed/settings.json Normal file
View file

@ -0,0 +1,25 @@
// 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 `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"buffer_line_height": "standard",
"buffer_font_family": "CommitMono",
"buffer_font_weight": 600,
"telemetry": {
"diagnostics": false,
"metrics": false,
},
"vim_mode": true,
"ui_font_size": 16,
"buffer_font_size": 13.0,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Nord Dark",
},
}