chore(statusline): Correct and add documentation

pull/2434/head
etienne-k 2022-07-01 21:00:53 +02:00
parent 36535e74e9
commit 2dc4d343ae
1 changed files with 2 additions and 1 deletions

View File

@ -147,8 +147,9 @@ pub struct Config {
/// Whether to display infoboxes. Defaults to true.
pub auto_info: bool,
pub file_picker: FilePickerConfig,
/// Shape for cursor in each mode
/// Configuration of the statusline elements
pub status_line: StatusLineConfig,
/// Shape for cursor in each mode
pub cursor_shape: CursorShapeConfig,
/// Set to `true` to override automatic detection of terminal truecolor support in the event of a false negative. Defaults to `false`.
pub true_color: bool,