pub struct Config {
    pub tab_size: NonZeroU8,
    pub indent_with_tabs: bool,
    pub visual_empty: char,
    pub visual_space: char,
    pub visual_tab_first: char,
    pub visual_tab_repeat: char,
    pub completion_min_len: u8,
    pub picker_max_height: u8,
    pub status_bar_max_height: NonZeroU8,
}

Fields

tab_size: NonZeroU8indent_with_tabs: boolvisual_empty: charvisual_space: charvisual_tab_first: charvisual_tab_repeat: charcompletion_min_len: u8picker_max_height: u8status_bar_max_height: NonZeroU8

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.