fix: don't enable centered_view by default
And tweak default width.
This commit is contained in:
parent
1600bf6406
commit
5b8c28e1e1
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ home_style: WidgetStyle = .bars_top_bottom,
|
||||||
pane_left_style: WidgetStyle = .bar_right,
|
pane_left_style: WidgetStyle = .bar_right,
|
||||||
pane_right_style: WidgetStyle = .bar_left,
|
pane_right_style: WidgetStyle = .bar_left,
|
||||||
|
|
||||||
centered_view: bool = true,
|
centered_view: bool = false,
|
||||||
centered_view_width: usize = 124,
|
centered_view_width: usize = 145,
|
||||||
|
|
||||||
lsp_output: enum { quiet, verbose } = .quiet,
|
lsp_output: enum { quiet, verbose } = .quiet,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue