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
๐จ Tweak Zed gutter and edit prediction settings
davidgasquez.com
4 weeks ago
dbbf3574
fab211ec
+7
1 changed file
expand all
collapse all
unified
split
zed
settings.json
+7
zed/settings.json
···
1
1
{
2
2
+
"show_edit_predictions": false,
3
3
+
"gutter": {
4
4
+
"min_line_number_digits": 2,
5
5
+
"folds": false,
6
6
+
"breakpoints": false,
7
7
+
"runnables": false,
8
8
+
},
2
9
"collaboration_panel": {
3
10
"button": false,
4
11
},