We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d412c commit 78affc4Copy full SHA for 78affc4
src/config.zig
@@ -19,7 +19,7 @@ default_cursor: []const u8 = "default",
19
indent_size: usize = 4,
20
tab_width: usize = 8,
21
22
-top_bar: []const u8 = "",
+top_bar: []const u8 = "tabs",
23
bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber clock spacer",
24
25
lsp_request_timeout: usize = 10,
0 commit comments