From 0cc9cee73a462d7b52df104a215090df0bc8c2dd Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sat, 22 Jun 2024 02:44:04 -0400 Subject: feat: early `zed` config --- .config/zed/settings.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/zed/settings.json 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 +} -- cgit v1.2.3