From fe6a59ea558971a2c3e532e922b4fc4232bc1719 Mon Sep 17 00:00:00 2001 From: Hunt Date: Sat, 7 Jun 2025 17:23:25 -0700 Subject: Add emacs config --- dots/zed/.config/zed/settings.json.j2 | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'dots/zed') diff --git a/dots/zed/.config/zed/settings.json.j2 b/dots/zed/.config/zed/settings.json.j2 index 0ec26ae..231dedf 100644 --- a/dots/zed/.config/zed/settings.json.j2 +++ b/dots/zed/.config/zed/settings.json.j2 @@ -4,10 +4,6 @@ "metrics": false, "diagnostics": false }, - "features": { - "copilot": false, - "edit_prediction_provider": "none" - }, // -- -- // -- -- @@ -16,18 +12,18 @@ // -- -- // -- -- - "ui_font_size": 14, - "tab_size": 4, - "buffer_font_size": 14, - "ui_font_family": "Agave Nerd Font Mono", - "buffer_font_family": "Agave Nerd Font Mono", + "ui_font_size": {{ theme.zed.font.size }}, + "tab_size": {{ editorconfig.tab_width }}, + "buffer_font_size": {{ theme.zed.font.size }}, + "ui_font_family": "{{ theme.zed.font }}", + "buffer_font_family": "{{ theme.zed.font }}", // -- -- // -- -- "theme": { "mode": "system", - "light": "Gruvbox Light Soft", - "dark": "Gruvbox Dark Soft" + "light": "{{ theme.zed.light_theme }}", + "dark": "{{ theme.zed.dark_theme }}" }, // -- -- @@ -113,9 +109,15 @@ "mcp-server-sequential-thinking": true }, // -- -- + // -- -- - "edit_prediction_provider": "", + "show_completions_on_input": false, + "features": { + "copilot": false, + "edit_prediction_provider": "none", + }, // -- -- + {% if features.work_mode %} // -- -- "language_models": { -- cgit v1.2.3-70-g09d2