feat: add clock to default status bar

This commit is contained in:
CJ van den Berg 2024-12-12 18:29:42 +01:00
parent 63a4569ef1
commit 76ad218729
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -18,6 +18,6 @@ indent_size: usize = 4,
tab_width: usize = 8,
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,