From 1541904afa0e92e4325f34f0e9e2978dc27ce8e2 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 6 Jan 2026 22:14:19 +0000 Subject: [PATCH] [zed] Add auto install extensions --- zed/.config/zed/settings.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/zed/.config/zed/settings.json b/zed/.config/zed/settings.json index 32cbf67..3036c30 100644 --- a/zed/.config/zed/settings.json +++ b/zed/.config/zed/settings.json @@ -70,4 +70,26 @@ "light": "One Light", "dark": "One Dark", }, + "languages": { + "Python": { + "language_servers": ["ty", "ruff"], + }, + }, + "auto_install_extensions": { + "docker-compose": true, + "dockerfile": true, + "html": true, + "http": true, + "make": true, + "markdown-oxide": true, + "nginx": true, + "php": true, + "scss": true, + "sql": true, + "terraform": true, + "toml": true, + "catppuccin-icons": true, + "ansible": true, + "terraform-context-server": true, + }, }