From 76ad21872967ee3b3890f34a297de97ece9913ba Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 12 Dec 2024 18:29:42 +0100 Subject: [PATCH] feat: add clock to default status bar --- src/config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.zig b/src/config.zig index 7a224c7..81a01c7 100644 --- a/src/config.zig +++ b/src/config.zig @@ -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,