Function get_option_info
pub fn get_option_info(name: &str) -> Result<OptionInfos, Error>👎Deprecated since 0.5.0: use
get_option_info2 insteadExpand description
Binding to nvim_get_option_info().
Gets all the informations related to an option.