feat: add branch widget to default config

This commit is contained in:
CJ van den Berg 2025-04-22 21:28:35 +02:00
parent b82c582a83
commit 86b19501c4
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -23,7 +23,7 @@ indent_size: usize = 4,
tab_width: usize = 8, tab_width: usize = 8,
top_bar: []const u8 = "tabs", top_bar: []const u8 = "tabs",
bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber clock spacer", bottom_bar: []const u8 = "mode file log selection diagnostics keybind branch linenumber clock spacer",
show_scrollbars: bool = true, show_scrollbars: bool = true,
show_fileicons: bool = true, show_fileicons: bool = true,