diff options
Diffstat (limited to 'modules')
| -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; |
