Type alias FindNvimResult

FindNvimResult: {
    invalid: ReadonlyArray<NvimVersion>;
    matches: ReadonlyArray<NvimVersion>;
}

Type declaration

  • Readonly invalid: ReadonlyArray<NvimVersion>

    List of invalid or failed nvim versions found (if any), in order of searched $PATH components.

  • Readonly matches: ReadonlyArray<NvimVersion>

    List of satisfying nvim versions found (if any) on the current system, sorted in the order specified by orderBy.

Generated using TypeDoc