feat: add enable_auto_save configuration option

This commit is contained in:
CJ van den Berg 2025-07-16 16:35:03 +02:00
parent 7bdbe60776
commit c300c4f7f2
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 4 additions and 0 deletions

View file

@ -21,6 +21,8 @@ enable_format_on_save: bool = false,
restore_last_cursor_position: bool = true,
follow_cursor_on_buffer_switch: bool = false, //scroll cursor into view on buffer switch
default_cursor: []const u8 = "default",
enable_auto_save: bool = false,
auto_save_file_types: []const []const u8 = &.{},
indent_size: usize = 4,
tab_width: usize = 8,