feat: enable hightlight columns by default
This commit is contained in:
parent
07a2c19b9d
commit
05da3205b7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue