feat: BREAKING make highlight_columns a list of integers
This commit is contained in:
parent
46dfde7685
commit
30c6ac0e82
2 changed files with 1 additions and 17 deletions
|
@ -10,7 +10,7 @@ enable_terminal_cursor: bool = true,
|
|||
enable_terminal_color_scheme: bool = builtin.os.tag != .windows,
|
||||
highlight_current_line: bool = true,
|
||||
highlight_current_line_gutter: bool = true,
|
||||
highlight_columns: []const u8 = "80 100 120",
|
||||
highlight_columns: []const u16 = &.{ 80, 100, 120 },
|
||||
highlight_columns_alpha: u8 = 240,
|
||||
highlight_columns_enabled: bool = false,
|
||||
whitespace_mode: []const u8 = "none",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue