aboutsummaryrefslogtreecommitdiff
path: root/zed/settings.json
diff options
context:
space:
mode:
authory-jan137 <yousefjan24000@gmail.com>2026-04-08 11:44:03 +0300
committery-jan137 <yousefjan24000@gmail.com>2026-04-08 11:44:03 +0300
commit0443194dec65696852d18ee004c933ee35fa5c92 (patch)
treeab2ee5883c06a97b7407f458b99ef000365af0f9 /zed/settings.json
parentc8a03cb8fc5ed2a7ea893802058e94e322f28170 (diff)
Add zed
Diffstat (limited to 'zed/settings.json')
-rw-r--r--zed/settings.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/zed/settings.json b/zed/settings.json
new file mode 100644
index 0000000..8257fa9
--- /dev/null
+++ b/zed/settings.json
@@ -0,0 +1,24 @@
+{
+ "show_edit_predictions": false,
+ "icon_theme": "Zed (Default)",
+ "vim_mode": true,
+
+ "ui_font_size": 16,
+ "buffer_font_size": 15,
+
+ "theme": {
+ "mode": "dark",
+ "light": "Ayu Light",
+ "dark": "Ayu Dark",
+ },
+
+ "relative_line_numbers": "enabled",
+ "cursor_blink": true,
+
+ "wrap_guides": [100],
+
+ "tab_size": 2,
+ "hard_tabs": false,
+
+ "vertical_scroll_margin": 10,
+}