tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
🔧 Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
🔧 Update Zed Python language server config
davidgasquez.com
3 weeks ago
e43500a2
6c0e4a8e
+15
-10
1 changed file
expand all
collapse all
unified
split
zed
settings.json
+15
-10
zed/settings.json
···
3
"default_model": {
4
"provider": "copilot_chat",
5
"model": "claude-opus-4.6",
6
-
"enable_thinking": false
7
},
8
"favorite_models": [],
9
"model_parameters": []
0
0
0
0
0
10
},
11
"show_edit_predictions": false,
12
"gutter": {
13
"min_line_number_digits": 2,
14
"folds": false,
15
"breakpoints": false,
16
-
"runnables": false,
17
},
18
"collaboration_panel": {
19
-
"button": false,
20
},
21
"autosave": "on_focus_change",
22
"session": {
23
-
"trust_all_worktrees": true,
24
},
25
"ui_font_size": 16,
26
"buffer_font_size": 15,
···
29
"Catppuccin Frappé (blue)": {
30
"syntax": {
31
"title": {
32
-
"color": "#d2b67c",
33
-
},
34
-
},
35
-
},
36
},
37
"icon_theme": "Catppuccin Frappé",
38
"auto_install_extensions": {
···
47
"make": true,
48
"markdown-oxide": true,
49
"sql": true,
50
-
"toml": true,
51
-
},
52
}
···
3
"default_model": {
4
"provider": "copilot_chat",
5
"model": "claude-opus-4.6",
6
+
"enable_thinking": true
7
},
8
"favorite_models": [],
9
"model_parameters": []
10
+
},
11
+
"languages": {
12
+
"Python": {
13
+
"language_servers": ["ty", "!basedpyright", "..."]
14
+
}
15
},
16
"show_edit_predictions": false,
17
"gutter": {
18
"min_line_number_digits": 2,
19
"folds": false,
20
"breakpoints": false,
21
+
"runnables": false
22
},
23
"collaboration_panel": {
24
+
"button": false
25
},
26
"autosave": "on_focus_change",
27
"session": {
28
+
"trust_all_worktrees": true
29
},
30
"ui_font_size": 16,
31
"buffer_font_size": 15,
···
34
"Catppuccin Frappé (blue)": {
35
"syntax": {
36
"title": {
37
+
"color": "#d2b67c"
38
+
}
39
+
}
40
+
}
41
},
42
"icon_theme": "Catppuccin Frappé",
43
"auto_install_extensions": {
···
52
"make": true,
53
"markdown-oxide": true,
54
"sql": true,
55
+
"toml": true
56
+
}
57
}