pub fn set<Opt: ToObject + Debug + Copy>(
name: &str,
value: Opt,
opts: &OptionOpts,
)Expand description
Sets a Vim option by name to value within the given [OptionOpts].
Errors are notified to Nvim via [ytil_noxi::notify::error].