We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c6ac0 commit 7177da5Copy full SHA for 7177da5
src/config.zig
@@ -16,7 +16,7 @@ highlight_columns_enabled: bool = false,
16
whitespace_mode: []const u8 = "none",
17
inline_diagnostics: bool = true,
18
animation_min_lag: usize = 0, //milliseconds
19
-animation_max_lag: usize = 150, //milliseconds
+animation_max_lag: usize = 50, //milliseconds
20
enable_format_on_save: bool = false,
21
restore_last_cursor_position: bool = true,
22
follow_cursor_on_buffer_switch: bool = false, //scroll cursor into view on buffer switch
0 commit comments