feat: add configuration options for editor scrolling parameters

This commit is contained in:
CJ van den Berg 2026-01-31 20:19:40 +01:00
parent 05959d99be
commit 4858821ebb
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 16 additions and 7 deletions

View file

@ -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,