feat: add config option gutter_symbols

This commit is contained in:
CJ van den Berg 2025-01-14 21:37:54 +01:00
parent da6bb18abb
commit 35ca71e032
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 9 additions and 4 deletions

View file

@ -5,6 +5,7 @@ theme: []const u8 = "default",
input_mode: []const u8 = "flow",
gutter_line_numbers: bool = true,
gutter_line_numbers_relative: bool = false,
gutter_symbols: bool = true,
enable_terminal_cursor: bool = true,
enable_terminal_color_scheme: bool = builtin.os.tag != .windows,
highlight_current_line: bool = true,