dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 91499a63ee3832f708ae9d4a095d0b18490b09f8
parent 4eda4e05d465bc15e1cc90dfc1c14644d38490e2
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 13 Dec 2024 13:57:57 -0800

zed: update config to latest version

Diffstat:
M.config/zed/settings.json | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.config/zed/settings.json b/.config/zed/settings.json @@ -7,6 +7,13 @@ // custom settings, run the `open default settings` command // from the command palette or from `Zed` application menu. { + "assistant": { + "default_model": { + "provider": "zed.dev", + "model": "claude-3-5-sonnet-latest" + }, + "version": "2" + }, "theme": "Ayu Mirage", "ui_font_size": 15, "buffer_font_family": "SF Mono",