feat: add centered_view_min_screen_width config option
This commit is contained in:
parent
c3808d11c0
commit
ed7c0f0c46
2 changed files with 5 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ pane_right_style: WidgetStyle = .bar_left,
|
|||
|
||||
centered_view: bool = false,
|
||||
centered_view_width: usize = 145,
|
||||
centered_view_min_screen_width: usize = 145,
|
||||
|
||||
lsp_output: enum { quiet, verbose } = .quiet,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue