Merge branch 'zig-0.15.0' into writergate

This commit is contained in:
CJ van den Berg 2025-07-17 16:30:06 +02:00
commit b94fbebb9f
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