feat: add highlight_columns initial basic implementation

closes #208
This commit is contained in:
CJ van den Berg 2025-04-08 23:14:27 +02:00
parent 5199dcdd27
commit 33d4eb044a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 41 additions and 0 deletions

View file

@ -10,6 +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 = "",
whitespace_mode: []const u8 = "none",
inline_diagnostics: bool = true,
animation_min_lag: usize = 0, //milliseconds