From 93b88a905a6264ddc699cbe37c2dc779fdabbcab Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Thu, 8 May 2025 16:57:41 +0300 Subject: [PATCH] Remove not implemented minimap settings (#30253) Closes https://github.com/zed-industries/zed/issues/30250 Based on https://github.com/zed-industries/zed/pull/26893#issuecomment-2847338831 Release Notes: - N/A --- assets/settings/default.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 12cbcd1471199d91e5590ba175ab0a1bd1dfc57b..1c394c065daf0cf6e62ac85be3cba802731cd739 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -393,11 +393,7 @@ // 1. `null` to inherit the editor `current_line_highlight` setting (default) // 2. "line" or "all" to highlight the current line in the minimap. // 3. "gutter" or "none" to not highlight the current line in the minimap. - "current_line_highlight": null, - // The width of the minimap in pixels. - "width": 100, - // The font size of the minimap in pixels. - "font_size": 2 + "current_line_highlight": null }, // Enable middle-click paste on Linux. "middle_click_paste": true,