Skip to content

Commit 7177da5

Browse files
committed
refactor: reduce default animation_max_lag to 50ms
1 parent 30c6ac0 commit 7177da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ highlight_columns_enabled: bool = false,
1616
whitespace_mode: []const u8 = "none",
1717
inline_diagnostics: bool = true,
1818
animation_min_lag: usize = 0, //milliseconds
19-
animation_max_lag: usize = 150, //milliseconds
19+
animation_max_lag: usize = 50, //milliseconds
2020
enable_format_on_save: bool = false,
2121
restore_last_cursor_position: bool = true,
2222
follow_cursor_on_buffer_switch: bool = false, //scroll cursor into view on buffer switch

0 commit comments

Comments
 (0)