pub fn set_option<Opt>(name: &str, value: Opt) -> Result<(), Error>where Opt: ToObject,
Binding to nvim_set_option.
nvim_set_option
Sets the global value of an option.