feat: add clock to default status bar
This commit is contained in:
parent
63a4569ef1
commit
76ad218729
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ indent_size: usize = 4,
|
||||||
tab_width: usize = 8,
|
tab_width: usize = 8,
|
||||||
|
|
||||||
top_bar: []const u8 = "",
|
top_bar: []const u8 = "",
|
||||||
bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber",
|
bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber clock spacer",
|
||||||
|
|
||||||
lsp_request_timeout: usize = 10,
|
lsp_request_timeout: usize = 10,
|
||||||
|
|
Loading…
Add table
Reference in a new issue