nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d9f8868ccaa1e30d15aa70142da0f659904ea7a7
parent 536beb6baa1e72f7c0613c9a755506152f588057
Author: Toni Brown <me@tb148.net>
Date:   Thu, 12 Mar 2026 12:46:28 +0800

turn on ai but not edit prediction

Diffstat:
Mzed-editor.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zed-editor.nix b/zed-editor.nix @@ -19,7 +19,7 @@ ui_font_size = 16; hard_tabs = true; tab_size = 4; - disable_ai = false; + edit_predictions.providers = "none"; languages.Nix.language_servers = [ "nil" "nixd"