feat: add centered_view support
This commit is contained in:
parent
2e150f6c62
commit
65fe2bc5c2
2 changed files with 42 additions and 1 deletions
|
|
@ -46,6 +46,9 @@ home_style: WidgetStyle = .bars_top_bottom,
|
|||
pane_left_style: WidgetStyle = .bar_right,
|
||||
pane_right_style: WidgetStyle = .bar_left,
|
||||
|
||||
centered_view: bool = true,
|
||||
centered_view_width: usize = 124,
|
||||
|
||||
lsp_output: enum { quiet, verbose } = .quiet,
|
||||
|
||||
include_files: []const u8 = "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue