Skip to content

Commit

Permalink
feat(tabs): enable tabs in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte committed Jan 27, 2025
1 parent b6d412c commit 78affc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 78affc4

Please sign in to comment.