feat(tabs): enable tabs in default config
This commit is contained in:
parent
b6d412caca
commit
78affc4052
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue