summary refs log tree commit diff
path: root/modules/home
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-22 16:54:44 +0200
committerMel <mel@rnrd.eu>2025-07-22 16:54:44 +0200
commit99a008a30f2be2cc417e309ef01d02d6995f0c78 (patch)
tree64c57840757b58437def496ccfbd1ddfb0670b5b /modules/home
parentd8e369a049d96c4cb638379f92f2baeb707d685a (diff)
downloadminerals-99a008a30f2be2cc417e309ef01d02d6995f0c78.tar.zst
minerals-99a008a30f2be2cc417e309ef01d02d6995f0c78.zip
Add GitHub Copilot support to Zed (I know, I know...)
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/zed.nix4
1 files changed, 4 insertions, 0 deletions
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;