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,