feat(tabs): enable tabs in default config

This commit is contained in:
CJ van den Berg 2025-01-27 19:57:54 +01:00
parent b6d412caca
commit 78affc4052
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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,