From 78affc40524a7e5e6635e87d46f0a1657ff9e3c6 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 27 Jan 2025 19:57:54 +0100 Subject: [PATCH] feat(tabs): enable tabs in default config --- src/config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.zig b/src/config.zig index 8360d61..33a4f21 100644 --- a/src/config.zig +++ b/src/config.zig @@ -19,7 +19,7 @@ default_cursor: []const u8 = "default", indent_size: usize = 4, tab_width: usize = 8, -top_bar: []const u8 = "", +top_bar: []const u8 = "tabs", bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber clock spacer", lsp_request_timeout: usize = 10,