docs: add ui.statusLine entry to settings reference

Add the missing ui.statusLine setting to the settings.md reference
table with a link to the status-line feature documentation.
This commit is contained in:
wenshao 2026-04-08 05:09:56 +08:00
parent 51964fa4b9
commit 7902806e63

View file

@ -98,6 +98,7 @@ Settings are organized into categories. All settings should be placed within the
| --------------------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| `ui.theme` | string | The color theme for the UI. See [Themes](../configuration/themes) for available options. | `undefined` |
| `ui.customThemes` | object | Custom theme definitions. | `{}` |
| `ui.statusLine` | object | Custom status line configuration. A shell command whose output is shown below the footer. See [Status Line](../features/status-line). | `undefined` |
| `ui.hideWindowTitle` | boolean | Hide the window title bar. | `false` |
| `ui.hideTips` | boolean | Hide helpful tips in the UI. | `false` |
| `ui.hideBanner` | boolean | Hide the application banner. | `false` |