feat: add highlight_columns_enabled config option and store it on toggle_highlight_columns

This commit is contained in:
CJ van den Berg 2025-06-03 17:22:56 +02:00
parent cf8eccf3f5
commit 3853ac8aea
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 5 additions and 2 deletions

View file

@ -12,6 +12,7 @@ highlight_current_line: bool = true,
highlight_current_line_gutter: bool = true,
highlight_columns: []const u8 = "80 100 120",
highlight_columns_alpha: u8 = 240,
highlight_columns_enabled: bool = false,
whitespace_mode: []const u8 = "none",
inline_diagnostics: bool = true,
animation_min_lag: usize = 0, //milliseconds