config: update scrollbar doc per current implementation

This commit is contained in:
Lukas
2026-08-02 14:29:13 +02:00
parent 6837d7027f
commit a7cfa6fc23

View File

@@ -1438,9 +1438,9 @@ input: RepeatableReadableIO = .{},
/// Valid values:
///
/// * `system` - Respect the system settings for when to show scrollbars.
/// For example, on macOS, this will respect the "Scrollbar behavior"
/// system setting which by default usually only shows scrollbars while
/// actively scrolling or hovering the gutter.
/// On macOS, we only show scrollbars while actively scrolling or hovering
/// the gutter. If the system setting is set to "Always", the scrollbar
/// will be shown when the mouse is over the gutter area.
///
/// * `never` - Never show a scrollbar. You can still scroll using the mouse,
/// keybind actions, etc. but you will not have a visual UI widget showing