Function nvim_oxi_api::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.