mirror of https://github.com/helix-editor/helix
chore(statusline): Correct and add documentation
parent
36535e74e9
commit
2dc4d343ae
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue