get_option

Function get_option 

pub fn get_option<Opt>(name: &str) -> Result<Opt, Error>
where Opt: FromObject,
👎Deprecated since 0.5.0: use get_option_value instead
Expand description

Binding to nvim_get_option().

Gets the value of a global option.