create_user_cmd

Function create_user_cmd 

Source
fn create_user_cmd<Cmd>(name: &str, command: Cmd, opts: &CreateCommandOpts)
where Cmd: StringOrFunction<CommandArgs, ()>,
Expand description

Registers a single user command with Nvim.