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.
pub fn get_option<Opt>(name: &str) -> Result<Opt, Error>where
Opt: FromObject,
Binding to nvim_get_option
.
Gets the value of a global option.