From 157917a5f8d4a71c8f04a741677030e9309b5523 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 2 Oct 2024 17:02:22 +0200 Subject: [PATCH] Zed settings. --- config/zed/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/zed/settings.json b/config/zed/settings.json index 383cecb..8f86d8a 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -20,6 +20,7 @@ "file_types": { "YAML": ["gotmpl"] }, + "format_on_save": false, "git": { "inline_blame": { "enabled": true @@ -58,7 +59,7 @@ "working_directory": "first_project_directory" }, "theme": { - "dark": "Monokai Charcoal (gray)", + "dark": "Ayu Dark", "light": "Ayu Light", "mode": "system" },