enable edit predictions in zed

This commit is contained in:
Joakim Repomaa
2025-03-03 09:03:25 +02:00
committed by Joakim Repomaa
parent 173b234f10
commit 4b4464a024

View File

@@ -103,6 +103,10 @@ in
font_family = "IosevkaTerm Nerd Font";
};
show_edit_predictions = true;
edit_predictions.mode = "eager_preview";
features = {
"edit_prediction_provider" = "zed";
};
buffer_font_family = "Iosevka Nerd Font";
buffer_font_size = 16;
ui_font_size = 17;