From 392ad01b2bd4d18070334b3972853f3c201bf657 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 20 Jul 2025 00:23:53 +0200 Subject: Turn on `auto_update` for Zed to install extensions on startup Signed-off-by: Mel --- modules/home/zed.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/zed.nix b/modules/home/zed.nix index b8f08a5..940001e 100644 --- a/modules/home/zed.nix +++ b/modules/home/zed.nix @@ -37,8 +37,7 @@ in vim_mode = true; load_direnv = "shell_hook"; # load direnv through shell - auto_update = false; - auto_install_extensions = { }; + auto_update = true; # necessary for extension auto-install # ii. pretties -- cgit 1.4.1