dotfiles

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

commit 7fec21e9406a9ac235a3c5bd0553a84756499031
parent 7dc901c091a71f863b7fb96b936bc0af04bced6b
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  7 May 2025 19:30:11 -0700

zed: add edit_prediction_provider

This was added by zed itself.

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

diff --git a/.config/zed/settings.json b/.config/zed/settings.json @@ -7,6 +7,9 @@ // custom settings, run the `open default settings` command // from the command palette or from `Zed` application menu. { + "features": { + "edit_prediction_provider": "zed" + }, "assistant": { "default_model": { "provider": "zed.dev",