feat: add branch widget to default config
This commit is contained in:
parent
b82c582a83
commit
86b19501c4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue