From da1dbddd46cac345116488cd38d42d7502522465 Mon Sep 17 00:00:00 2001 From: Hunt Date: Thu, 5 Jun 2025 11:03:59 -0700 Subject: Add ssh pubkey and use gruvbox light soft --- dots/zed/.config/zed/settings.json.j2 | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'dots') diff --git a/dots/zed/.config/zed/settings.json.j2 b/dots/zed/.config/zed/settings.json.j2 index 6a11650..0ec26ae 100644 --- a/dots/zed/.config/zed/settings.json.j2 +++ b/dots/zed/.config/zed/settings.json.j2 @@ -5,9 +5,9 @@ "diagnostics": false }, "features": { - "copilot": false + "copilot": false, + "edit_prediction_provider": "none" }, - "show_copilot_suggestions": false, // -- -- // -- -- @@ -26,7 +26,7 @@ // -- -- "theme": { "mode": "system", - "light": "Gruvbox Light Hard", + "light": "Gruvbox Light Soft", "dark": "Gruvbox Dark Soft" }, // -- -- @@ -44,18 +44,18 @@ // -- -- "centered_layout": { - "left_padding": 0.1, - "right_padding": 0.1 + "left_padding": 0.1, + "right_padding": 0.1 }, "tab_bar": { - "show": false + "show": false }, "toolbar": { - "breadcrumbs": false, - "quick_actions": false, - "selections_menu": false, - "agent_review": false, - "code_actions": false + "breadcrumbs": false, + "quick_actions": false, + "selections_menu": false, + "agent_review": false, + "code_actions": false }, "project_panel": { "dock": "right" @@ -113,7 +113,9 @@ "mcp-server-sequential-thinking": true }, // -- -- - + // -- -- + "edit_prediction_provider": "", + // -- -- {% if features.work_mode %} // -- -- "language_models": { -- cgit v1.2.3-70-g09d2