Function create_user_command

Source
pub fn create_user_command<Cmd>(
    name: &str,
    command: Cmd,
    opts: &CreateCommandOpts,
) -> Result<(), Error>
Expand description

Binding to nvim_create_user_command.

Creates a new user command.