Skip to content

Commit 78affc4

Browse files
committed
feat(tabs): enable tabs in default config
1 parent b6d412c commit 78affc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default_cursor: []const u8 = "default",
1919
indent_size: usize = 4,
2020
tab_width: usize = 8,
2121

22-
top_bar: []const u8 = "",
22+
top_bar: []const u8 = "tabs",
2323
bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber clock spacer",
2424

2525
lsp_request_timeout: usize = 10,

0 commit comments

Comments
 (0)