diff options
| author | Mel <mel@rnrd.eu> | 2025-07-22 16:54:44 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-22 16:54:44 +0200 |
| commit | 99a008a30f2be2cc417e309ef01d02d6995f0c78 (patch) | |
| tree | 64c57840757b58437def496ccfbd1ddfb0670b5b | |
| parent | d8e369a049d96c4cb638379f92f2baeb707d685a (diff) | |
| download | minerals-99a008a30f2be2cc417e309ef01d02d6995f0c78.tar.zst minerals-99a008a30f2be2cc417e309ef01d02d6995f0c78.zip | |
Add GitHub Copilot support to Zed (I know, I know...)
Signed-off-by: Mel <mel@rnrd.eu>
| -rw-r--r-- | modules/home/zed.nix | 4 |
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; |
