feat: add scrollbar_auto_hide config option

This commit is contained in:
CJ van den Berg 2025-11-19 18:26:23 +01:00
parent 8f873ae3ee
commit 9bebebc086
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,7 @@ top_bar: []const u8 = "tabs",
bottom_bar: []const u8 = "mode file log selection diagnostics keybind branch linenumber clock spacer",
show_scrollbars: bool = true,
show_fileicons: bool = true,
scrollbar_auto_hide: bool = false,
start_debugger_on_crash: bool = false,