diff options
author | Hunt <lizhunt@amazon.com> | 2025-06-05 11:03:59 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-06-05 11:03:59 -0700 |
commit | da1dbddd46cac345116488cd38d42d7502522465 (patch) | |
tree | 70938ce771d43b36637bf2274a3d0266ff27c7ce /dots | |
parent | fa17953f1811f9cdbf715cff281730fcf5bb9e57 (diff) | |
download | dotfiles-da1dbddd46cac345116488cd38d42d7502522465.tar.gz dotfiles-da1dbddd46cac345116488cd38d42d7502522465.zip |
Add ssh pubkey and use gruvbox light soft
Diffstat (limited to 'dots')
-rw-r--r-- | dots/zed/.config/zed/settings.json.j2 | 26 |
1 files changed, 14 insertions, 12 deletions
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, // -- </telemetry> -- // -- <keys> -- @@ -26,7 +26,7 @@ // -- <theme> -- "theme": { "mode": "system", - "light": "Gruvbox Light Hard", + "light": "Gruvbox Light Soft", "dark": "Gruvbox Dark Soft" }, // -- </theme> -- @@ -44,18 +44,18 @@ // -- <layout> -- "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 }, // -- </extensions> -- - + // -- <ai> -- + "edit_prediction_provider": "", + // -- </ai> -- {% if features.work_mode %} // -- <amzn_ai> -- "language_models": { |