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 instead
Expand description
Binding to nvim_set_option().
Sets the global value of an option.