Function set_option

Source
pub fn set_option<Opt>(name: &str, value: Opt) -> Result<(), Error>
where Opt: ToObject,
Expand description

Binding to nvim_set_option().

Sets the global value of an option.