๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐ŸŽจ Tweak Zed gutter and edit prediction settings

+7
+7
zed/settings.json
··· 1 1 { 2 + "show_edit_predictions": false, 3 + "gutter": { 4 + "min_line_number_digits": 2, 5 + "folds": false, 6 + "breakpoints": false, 7 + "runnables": false, 8 + }, 2 9 "collaboration_panel": { 3 10 "button": false, 4 11 },