Function set_option
pub fn set_option<Opt>(name: &str, value: Opt) -> Result<(), Error>where
Opt: ToObject,👎Deprecated since 0.5.0: use
set_option_value insteadExpand description
Binding to nvim_set_option().
Sets the global value of an option.