From 99a008a30f2be2cc417e309ef01d02d6995f0c78 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 22 Jul 2025 16:54:44 +0200 Subject: Add GitHub Copilot support to Zed (I know, I know...) Signed-off-by: Mel --- modules/home/zed.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/zed.nix b/modules/home/zed.nix index 0cf4233..332b70f 100644 --- a/modules/home/zed.nix +++ b/modules/home/zed.nix @@ -39,6 +39,10 @@ in auto_update = true; # necessary for extension auto-install + features = { + edit_prediction_provider = "copilot"; + }; + # ii. pretties ui_font_size = 16; -- cgit 1.4.1