feat: enable hightlight columns by default

This commit is contained in:
CJ van den Berg 2025-04-18 21:42:46 +02:00
parent 07a2c19b9d
commit 05da3205b7
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -10,8 +10,8 @@ enable_terminal_cursor: bool = true,
enable_terminal_color_scheme: bool = builtin.os.tag != .windows, enable_terminal_color_scheme: bool = builtin.os.tag != .windows,
highlight_current_line: bool = true, highlight_current_line: bool = true,
highlight_current_line_gutter: bool = true, highlight_current_line_gutter: bool = true,
highlight_columns: []const u8 = "", highlight_columns: []const u8 = "80 100 120",
highlight_columns_alpha: u8 = 224, highlight_columns_alpha: u8 = 240,
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