feat: add configuration option default_cursor
This commit is contained in:
parent
deaafbefa0
commit
afca8a86bc
3 changed files with 8 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue