feat: add configuration option default_cursor

This commit is contained in:
CJ van den Berg 2024-12-20 21:44:35 +01:00
parent deaafbefa0
commit afca8a86bc
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 8 additions and 4 deletions

View file

@ -13,6 +13,7 @@ whitespace_mode: []const u8 = "none",
animation_min_lag: usize = 0, //milliseconds
animation_max_lag: usize = 150, //milliseconds
enable_format_on_save: bool = false,
default_cursor: []const u8 = "default",
indent_size: usize = 4,
tab_width: usize = 8,