aboutsummaryrefslogtreecommitdiff
path: root/zed/settings.json
diff options
context:
space:
mode:
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,
+}