|
|
@ -147,8 +147,9 @@ pub struct Config {
|
|
|
|
/// Whether to display infoboxes. Defaults to true.
|
|
|
|
/// Whether to display infoboxes. Defaults to true.
|
|
|
|
pub auto_info: bool,
|
|
|
|
pub auto_info: bool,
|
|
|
|
pub file_picker: FilePickerConfig,
|
|
|
|
pub file_picker: FilePickerConfig,
|
|
|
|
/// Shape for cursor in each mode
|
|
|
|
/// Configuration of the statusline elements
|
|
|
|
pub status_line: StatusLineConfig,
|
|
|
|
pub status_line: StatusLineConfig,
|
|
|
|
|
|
|
|
/// Shape for cursor in each mode
|
|
|
|
pub cursor_shape: CursorShapeConfig,
|
|
|
|
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`.
|
|
|
|
/// 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,
|
|
|
|
pub true_color: bool,
|
|
|
|