aboutsummaryrefslogtreecommitdiffstats
path: root/zed/settings.json
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-04 12:29:16 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-04 12:29:16 +0000
commit128096acf580799da3617dc16b4a5c69f65b6e4c (patch)
tree5b5284f32e294c5782f9be8c02a92e26ba7e92bd /zed/settings.json
parenta067c11db77eb039e280bb6903d37cee7c3058e1 (diff)
Big bundle of changes!
Diffstat (limited to 'zed/settings.json')
-rw-r--r--zed/settings.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/zed/settings.json b/zed/settings.json
index 58c5898..b1f3346 100644
--- a/zed/settings.json
+++ b/zed/settings.json
@@ -6,6 +6,10 @@
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
+ // Delete this duplicate telemetry section since it exists later in the file,
+ "tab_bar": {
+ "show": true
+ },
"assistant": {
"default_model": {
"provider": "zed.dev",
@@ -13,6 +17,10 @@
},
"version": "2"
},
+ "features": {
+ "inline_completion_provider": "supermaven",
+ "show_inline_completions": false
+ },
"languages": {
"Ruby": {
"language_servers": [
@@ -55,6 +63,6 @@
"theme": {
"mode": "system",
"light": "Rosé Pine",
- "dark": "One Dark"
+ "dark": "Andromeda"
}
}