From 238600bb5bfdd2229f5fa100163430b36b43b995 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Tue, 4 Apr 2023 12:26:05 -0500 Subject: [PATCH] Add Zed config --- config/zed/keymap.json | 0 config/zed/settings.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 config/zed/keymap.json create mode 100644 config/zed/settings.json diff --git a/config/zed/keymap.json b/config/zed/keymap.json new file mode 100644 index 0000000..e69de29 diff --git a/config/zed/settings.json b/config/zed/settings.json new file mode 100644 index 0000000..f9b50da --- /dev/null +++ b/config/zed/settings.json @@ -0,0 +1,15 @@ +// 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": "One Dark", + "buffer_font_family": "SauceCodePro Nerd Font Mono", + "buffer_font_size": 15, + "vim_mode": true, + "shell": "system" +}