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
1 week ago
e43500a2
6c0e4a8e
+15
-10
1 changed file
expand all
collapse all
unified
split
zed
settings.json
+15
-10
zed/settings.json
···
3
3
"default_model": {
4
4
"provider": "copilot_chat",
5
5
"model": "claude-opus-4.6",
6
6
-
"enable_thinking": false
6
6
+
"enable_thinking": true
7
7
},
8
8
"favorite_models": [],
9
9
"model_parameters": []
10
10
+
},
11
11
+
"languages": {
12
12
+
"Python": {
13
13
+
"language_servers": ["ty", "!basedpyright", "..."]
14
14
+
}
10
15
},
11
16
"show_edit_predictions": false,
12
17
"gutter": {
13
18
"min_line_number_digits": 2,
14
19
"folds": false,
15
20
"breakpoints": false,
16
16
-
"runnables": false,
21
21
+
"runnables": false
17
22
},
18
23
"collaboration_panel": {
19
19
-
"button": false,
24
24
+
"button": false
20
25
},
21
26
"autosave": "on_focus_change",
22
27
"session": {
23
23
-
"trust_all_worktrees": true,
28
28
+
"trust_all_worktrees": true
24
29
},
25
30
"ui_font_size": 16,
26
31
"buffer_font_size": 15,
···
29
34
"Catppuccin Frappé (blue)": {
30
35
"syntax": {
31
36
"title": {
32
32
-
"color": "#d2b67c",
33
33
-
},
34
34
-
},
35
35
-
},
37
37
+
"color": "#d2b67c"
38
38
+
}
39
39
+
}
40
40
+
}
36
41
},
37
42
"icon_theme": "Catppuccin Frappé",
38
43
"auto_install_extensions": {
···
47
52
"make": true,
48
53
"markdown-oxide": true,
49
54
"sql": true,
50
50
-
"toml": true,
51
51
-
},
55
55
+
"toml": true
56
56
+
}
52
57
}