From 00e29c5c1040835f64ff88ec11651f5f0a5fde6a Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Sat, 5 Apr 2025 14:42:46 -0700 Subject: [PATCH] Zed config updates for AI suggestions --- zed/zed.xdg.symlink/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zed/zed.xdg.symlink/settings.json b/zed/zed.xdg.symlink/settings.json index a1fb85c..516acb0 100644 --- a/zed/zed.xdg.symlink/settings.json +++ b/zed/zed.xdg.symlink/settings.json @@ -10,6 +10,9 @@ "features": { "edit_prediction_provider": "zed" }, + "edit_predictions": { + "mode": "subtle" + }, "assistant": { "default_model": { "provider": "anthropic", @@ -127,6 +130,9 @@ "SQL": { "format_on_save": "off", "show_edit_predictions": false + }, + "TSX": { + "tab_size": 4 } }, "auto_install_extensions": {