feat: add highlight_columns_enabled config option and store it on toggle_highlight_columns
This commit is contained in:
parent
cf8eccf3f5
commit
3853ac8aea
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue