aboutsummaryrefslogtreecommitdiff
path: root/dot_config/zed/settings_backup.json
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/zed/settings_backup.json')
-rw-r--r--dot_config/zed/settings_backup.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/dot_config/zed/settings_backup.json b/dot_config/zed/settings_backup.json
new file mode 100644
index 0000000..de1a865
--- /dev/null
+++ b/dot_config/zed/settings_backup.json
@@ -0,0 +1,29 @@
+// Zed settings
+//
+// For information on how to configure Zed, see the Zed
+// documentation: https://zed.dev/docs/configuring-zed
+//
+// To see all of Zed's default settings without changing your
+// custom settings, run `zed: open default settings` from the
+// command palette (cmd-shift-p / ctrl-shift-p)
+{
+ "vim_mode": true,
+ "assistant": {
+ "default_model": {
+ "provider": "ollama",
+ "model": "qwen2.5-coder:latest"
+ },
+ "version": "2"
+ },
+ "telemetry": {
+ "metrics": false,
+ "diagnostics": false
+ },
+ "ui_font_size": 15,
+ "buffer_font_size": 13,
+ "theme": {
+ "mode": "system",
+ "light": "Catppuccin Latte - No Italics",
+ "dark": "One Dark"
+ }
+}