feat: add config options to disable scrollbars and/or file icons
This commit is contained in:
parent
e70972f357
commit
a5bf57e0e6
8 changed files with 26 additions and 11 deletions
|
@ -22,6 +22,8 @@ tab_width: usize = 8,
|
|||
|
||||
top_bar: []const u8 = "tabs",
|
||||
bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber clock spacer",
|
||||
show_scrollbars: bool = true,
|
||||
show_fileicons: bool = true,
|
||||
|
||||
lsp_request_timeout: usize = 10,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue