set_g_var

Function set_g_var 

Source
pub fn set_g_var<V: ToObject + Debug>(name: &str, value: V)
Expand description

Sets the value of a global Nvim variable name to value.

Wraps nvim_oxi::api::set_var.

Errors are reported to Nvim via crate::notify::error.