Merge branch 'master' into zig-0.15.0

This commit is contained in:
CJ van den Berg 2025-07-17 16:29:36 +02:00
commit 88fef7274b
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

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