refactor: reduce default animation_max_lag to 50ms

This commit is contained in:
CJ van den Berg 2025-07-17 15:31:28 +02:00
parent 30c6ac0e82
commit 7177da5a89
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -16,7 +16,7 @@ highlight_columns_enabled: bool = false,
whitespace_mode: []const u8 = "none", whitespace_mode: []const u8 = "none",
inline_diagnostics: bool = true, inline_diagnostics: bool = true,
animation_min_lag: usize = 0, //milliseconds animation_min_lag: usize = 0, //milliseconds
animation_max_lag: usize = 150, //milliseconds animation_max_lag: usize = 50, //milliseconds
enable_format_on_save: bool = false, enable_format_on_save: bool = false,
restore_last_cursor_position: bool = true, restore_last_cursor_position: bool = true,
follow_cursor_on_buffer_switch: bool = false, //scroll cursor into view on buffer switch follow_cursor_on_buffer_switch: bool = false, //scroll cursor into view on buffer switch