diff options
| author | Blista Kanjo | 2024-06-22 02:44:04 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-06-22 02:44:04 -0400 |
| commit | 0cc9cee73a462d7b52df104a215090df0bc8c2dd (patch) | |
| tree | 4707cc7ced94e479f00800715ff6cc929f6e10bc | |
| parent | 469603da6515e1eb96b6784adb7ccafa651fe61e (diff) | |
feat: early `zed` config
| -rw-r--r-- | .config/zed/settings.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/zed/settings.json b/.config/zed/settings.json new file mode 100644 index 0000000..1fb3a4d --- /dev/null +++ b/.config/zed/settings.json @@ -0,0 +1,16 @@ +// 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. +{ + "theme": "Ayu Dark", + "ui_font_size": 16, + "ui_font_family": "JetBrains Mono", + "buffer_font_size": 16, + "buffer_font_family": "JetBrains Mono", + "vim_mode": true +} |
