feat: add configuration options for editor scrolling parameters
This commit is contained in:
parent
05959d99be
commit
4858821ebb
2 changed files with 16 additions and 7 deletions
|
|
@ -53,6 +53,9 @@ show_scrollbars: bool = true,
|
|||
show_fileicons: bool = true,
|
||||
show_local_diagnostics_in_panel: bool = false,
|
||||
scrollbar_auto_hide: bool = true,
|
||||
scroll_step_vertical: usize = 3,
|
||||
scroll_step_horizontal: usize = 5,
|
||||
scroll_cursor_min_border_distance: usize = 5,
|
||||
|
||||
start_debugger_on_crash: bool = false,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue