dotfiles

dot files
git clone git://git.rr3.xyz/dotfiles | git clone gits://git.rr3.xyz/dotfiles
Log | Files | Refs

commit 4bbd5531889f4eaf3972f67d80fdf75a21d8fa90
parent 2a854a6fbb6caa55043988883a5cc0279124e1d8
Author: Robert Russell <robert@rr3.xyz>
Date:   Sat, 18 Jul 2026 16:33:22 -0700

zed: update settings

Diffstat:
Mzed/settings.json | 15++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/zed/settings.json b/zed/settings.json @@ -17,10 +17,11 @@ "show_completions_on_input": false, // UI + "cli_default_open_behavior": "existing_window", "tabs": { "show_close_button": "hidden" }, // I don't want to accidentally close tabs. - "git_panel": { "dock": "right" }, - "outline_panel": { "dock": "right" }, - "project_panel": { "auto_reveal_entries": false }, + "git_panel": { "dock": "right", "default_width": 360, "starts_open": true }, + "outline_panel": { "dock": "right", "default_width": 360 }, + "project_panel": { "dock": "left", "default_width": 280, "auto_reveal_entries": false }, // Style "ui_font_size": 15, @@ -62,12 +63,7 @@ "formatter": { "external": { "command": "fourmolu", - "arguments": [ - "--haddock-style=single-line", - "--newlines-between-decls=0", - "--stdin-input-file={buffer_path}", - "--in-style=no-space", - ], + "arguments": ["--stdin-input-file", "{buffer_path}"], }, }, }, @@ -82,6 +78,7 @@ }, // Disable some crap + "auto_update": false, "disable_ai": true, "collaboration_panel": { "dock": "left", "button": false }, "tab_bar": {