cd /news/developer-tools/zed-setting-files · home topics developer-tools article
[ARTICLE · art-56755] src=gist.github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Zed Setting Files

A developer shared their Zed editor configuration, detailing settings for panels, agent servers, LSP, theme, keymap, and language-specific formatters. The configuration includes customizations for TypeScript, JavaScript, Svelte, and Markdown, with telemetry disabled.

read2 min views1 publishedJul 12, 2026

| { | | "cli_default_open_behavior": "existing_window", | | "project_panel": { | | "dock": "left", | | }, | | "outline_panel": { | | "dock": "left", | | }, | | "collaboration_panel": { | | "dock": "left", | | }, | | "agent": { | | "sidebar_side": "right", | | "dock": "right", | | "favorite_models": [], | | "model_parameters": [], | | }, | | "git_panel": { | | "dock": "left", | | }, | | "diff_view_style": "split", | | "agent_servers": { | | "claude-acp": { | | "default_config_options": { | | "mode": "bypassPermissions", | | "model": "default", | | }, | | "type": "registry", | | }, | | }, | | "lsp": { | | "vtsls": { | | "settings": { | | "typescript": { | | "updateImportsOnFileMove": { | | "enabled": "always", | | }, | | }, | | "javascript": { | | "updateImportsOnFileMove": { | | "enabled": "always", | | }, | | }, | | }, | | "enable_lsp_tasks": true, | | }, | | }, | | "theme": { | | "mode": "system", | | "light": "Ayu Light", | | "dark": "Ayu Dark", | | }, | | "base_keymap": "VSCode", | | "buffer_font_family": "구름 산스 코드 400", // "goorm Sans Code" | | "format_on_save": "on", | | "ensure_final_newline_on_save": true, | | "hard_tabs": true, | | "tab_size": 2, | | "languages": { | | "Markdown": { | | "hard_tabs": false, | | }, | | "Svelte": { | | "formatter": [ | | { "code_action": "source.organizeImports" }, | | { "code_action": "source.fixAll.eslint" }, | | "prettier", | | ], | | }, | | "JavaScript": { | | "formatter": [ | | { "code_action": "source.organizeImports" }, | | { "code_action": "source.fixAll.eslint" }, | | "prettier", | | ], | | }, | | "TypeScript": { | | "formatter": [ | | { "code_action": "source.organizeImports" }, | | { "code_action": "source.fixAll.eslint" }, | | "prettier", | | ], | | }, | | }, | | "telemetry": { | | "diagnostics": false, | | "metrics": false, | | }, | | } |

── more in #developer-tools 4 stories · sorted by recency
── more on @zed 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/zed-setting-files] indexed:0 read:2min 2026-07-12 ·