get_option

Function get_option 

Source
pub fn get_option<Opt>(name: &str) -> Result<Opt, Error>
where Opt: FromObject,
Expand description

Binding to nvim_get_option.

Gets the value of a global option.