From 266c45adce26ae59318d150de5bc3f7caa4d11b5 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 29 Mar 2025 08:00:59 +0100 Subject: [PATCH] feat(zed): add auto install for extensions --- config/zed/settings.json | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/config/zed/settings.json b/config/zed/settings.json index aaeeb8b..55301d6 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -78,5 +78,37 @@ "font_size": 20 }, "ui_font_size": 20, - "vim_mode": true + "vim_mode": true, + "relative_line_numbers": true, + "auto_install_extensions": { + "astro": true, + "basher": true, + "catppuccin": true, + "catppuccin-icons": true, + "cspell": true, + "csv": true, + "deno": true, + "docker-compose": true, + "dockerfile": true, + "emmet": true, + "fish": true, + "git-firefly": true, + "graphql": true, + "html": true, + "ini": true, + "log": true, + "lua": true, + "mermaid": true, + "nginx": true, + "rainbow-csv": true, + "ruby": true, + "scss": true, + "sql": true, + "svelte": true, + "tmux": true, + "tokyo-night": true, + "toml": true, + "wakatime": true, + "xml": true + } }