fn create_user_cmd<Cmd>(name: &str, command: Cmd, opts: &CreateCommandOpts)where Cmd: StringOrFunction<CommandArgs, ()>,
Registers a single user command with Nvim.