🔧 Where my dotfiles lives in harmony and peace, most of the time

✨ Add auto-install for Zed extensions

+14
+14
zed/settings.json
··· 26 26 }, 27 27 }, 28 28 "icon_theme": "Catppuccin Frappé", 29 + "auto_install_extensions": { 30 + "astro": true, 31 + "basher": true, 32 + "catppuccin-icons": true, 33 + "csv": true, 34 + "dockerfile": true, 35 + "git-firefly": true, 36 + "html": true, 37 + "ini": true, 38 + "make": true, 39 + "markdown-oxide": true, 40 + "sql": true, 41 + "toml": true, 42 + }, 29 43 }