pub fn create_user_command<Cmd>(
    name: &str,
    command: Cmd,
    opts: Option<&CreateCommandOpts>
) -> Result<()> where
    Cmd: StringOrFunction<CommandArgs, ()>, 
Expand description

Binding to nvim_create_user_command.

Creates a new user command.