feat: add centered_view_min_screen_width config option

This commit is contained in:
CJ van den Berg 2025-11-18 12:49:37 +01:00
parent c3808d11c0
commit ed7c0f0c46
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 5 additions and 1 deletions

View file

@ -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,