diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 89dcedcc2..105ecdeb0 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -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,