enable edit predictions in zed
This commit is contained in:
committed by
Joakim Repomaa
parent
173b234f10
commit
4b4464a024
@@ -103,6 +103,10 @@ in
|
|||||||
font_family = "IosevkaTerm Nerd Font";
|
font_family = "IosevkaTerm Nerd Font";
|
||||||
};
|
};
|
||||||
show_edit_predictions = true;
|
show_edit_predictions = true;
|
||||||
|
edit_predictions.mode = "eager_preview";
|
||||||
|
features = {
|
||||||
|
"edit_prediction_provider" = "zed";
|
||||||
|
};
|
||||||
buffer_font_family = "Iosevka Nerd Font";
|
buffer_font_family = "Iosevka Nerd Font";
|
||||||
buffer_font_size = 16;
|
buffer_font_size = 16;
|
||||||
ui_font_size = 17;
|
ui_font_size = 17;
|
||||||
|
|||||||
Reference in New Issue
Block a user