my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(dev): disable ai in zed

+1 -13
+1 -13
config/zed/settings.json
··· 1 1 { 2 - "edit_predictions": { 3 - "mode": "subtle" 4 - }, 5 - "features": { 6 - "edit_prediction_provider": "zed" 7 - }, 8 - "agent": { 9 - "default_profile": "ask", 10 - "default_model": { 11 - "provider": "zed.dev", 12 - "model": "claude-sonnet-4" 13 - } 14 - }, 2 + "disable_ai": true, 15 3 "auto_install_extensions": { 16 4 "html": true, 17 5 "toml": true,