summaryrefslogtreecommitdiff
path: root/zed/settings.json
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2025-03-23 15:52:15 +0100
committerkkard2 <[email protected]>2025-03-23 15:52:15 +0100
commita9ad69d85c96a5bb3138c72381a2c88d40dd7b6e (patch)
tree2b67f8797f933fa53ec6f9ff07c126915241a9c7 /zed/settings.json
parentb2d03ea6c22539fada87142332a4f6e6fdf98411 (diff)
idk what is happening to kanata but trying out zed
Diffstat (limited to 'zed/settings.json')
-rw-r--r--zed/settings.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/zed/settings.json b/zed/settings.json
new file mode 100644
index 0000000..a8e97c3
--- /dev/null
+++ b/zed/settings.json
@@ -0,0 +1,34 @@
+// 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)
+{
+ "assistant": {
+ "default_model": {
+ "provider": "lmstudio",
+ "model": "qwen2.5-coder-3b-instruct"
+ },
+ "version": "2"
+ },
+ "base_keymap": "JetBrains",
+ "telemetry": {
+ "metrics": false
+ },
+ "vim_mode": true,
+ "ui_font_size": 15,
+ "buffer_font_size": 15,
+ "buffer_font_features": {
+ // Disable ligatures:
+ "calt": false
+ },
+ "theme": {
+ "mode": "system",
+ "light": "Ayu Dark",
+ "dark": "One Dark"
+ },
+ "relative_line_numbers": true
+}