feat: add show_local_diagnostics_in_panel config option
This commit is contained in:
parent
d16e64963e
commit
60ba0e6544
2 changed files with 16 additions and 13 deletions
|
|
@ -40,6 +40,7 @@ top_bar: []const u8 = "tabs",
|
|||
bottom_bar: []const u8 = "mode file log selection diagnostics keybind branch linenumber clock spacer",
|
||||
show_scrollbars: bool = true,
|
||||
show_fileicons: bool = true,
|
||||
show_local_diagnostics_in_panel: bool = false,
|
||||
scrollbar_auto_hide: bool = false,
|
||||
|
||||
start_debugger_on_crash: bool = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue