feat: add centered_view support

This commit is contained in:
CJ van den Berg 2025-11-17 18:04:40 +01:00
parent 2e150f6c62
commit 65fe2bc5c2
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 42 additions and 1 deletions

View file

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